#B5D2BD

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

Shades of Surf #B5D2BD

Tints of Surf #B5D2BD

Color information

#B5D2BD (or 0xB5D2BD) is unknown color: approx Surf. HEX triplet: B5, D2 and BD. RGB value is (181,210,189). Sum of RGB (Red+Green+Blue) = 181+210+189=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2BD is #4A2D42. Grayscale: #C6C6C6. Windows color (decimal): -4861251 or 12440245. OLE color: 12440245.

HSL color Cylindrical-coordinate representation of color #B5D2BD: hue angle of 136.55º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5D2BD is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB181210189-
CMYK0.1400.100.18
HSL136.55º24.37%76.67%-
HSV(B)136.55º13.81%82.35%-
XYZ51.2959.5956.94-
YUV198.94122.39115.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 210 (82.42% from 255) = 36.21%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=31.21%
G=36.21%
B=32.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812101890.1400.100.18136.5524.3776.67
HexB5D2BDE0A1289184d
Octal265322275160122221130115
Binary1011010111010010101111011110010101001010001001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D2BD; }

 p { color: rgb(181,210,189); }

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

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

 a { background-color: rgb(181,210,189); }

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

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

 span { border-color: rgb(181,210,189); }

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