#B5D5BF

Color #B5D5BF Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #B5D5BF

Tints of Edgewater #B5D5BF

Color information

#B5D5BF (or 0xB5D5BF) is unknown color: approx Edgewater. HEX triplet: B5, D5 and BF. RGB value is (181,213,191). Sum of RGB (Red+Green+Blue) = 181+213+191=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5BF is #4A2A40. Grayscale: #C8C8C8. Windows color (decimal): -4860481 or 12572085. OLE color: 12572085.

HSL color Cylindrical-coordinate representation of color #B5D5BF: hue angle of 138.75º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D5BF is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB181213191-
CMYK0.1500.100.16
HSL138.75º27.59%77.25%-
HSV(B)138.75º15.02%83.53%-
XYZ52.2561.1758.34-
YUV200.92122.4113.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 191 (75% from 255) = 32.65%
R=30.94%
G=36.41%
B=32.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812131910.1500.100.16138.7527.5977.25
HexB5D5BFF0A108b1c4d
Octal265325277170122021334115
Binary1011010111010101101111111111010101000010001011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D5BF; }

 p { color: rgb(181,213,191); }

 H1.HeaderClassName
 {
   color: #B5D5BF;
 }
 .AnyTagClassName
 {
   color: #B5D5BF;
 }
</style>
background-color css

<style>
 a { background-color: #B5D5BF; }

 a { background-color: rgb(181,213,191); }

 div.DivClassName
 {
   background-color: #B5D5BF;
 }
 .BgClassName
 {
   background-color: #B5D5BF;
 }
</style>
border-color css

<style>
 span { border-color: #B5D5BF; }

 span { border-color: rgb(181,213,191); }

 td.TdClassName
 {
   border-color: #B5D5BF;
 }
 .TagClassName
 {
   border-color: #B5D5BF;
 }
</style>