#B9DBBD

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

Shades of Surf #B9DBBD

Tints of Surf #B9DBBD

Color information

#B9DBBD (or 0xB9DBBD) is unknown color: approx Surf. HEX triplet: B9, DB and BD. RGB value is (185,219,189). Sum of RGB (Red+Green+Blue) = 185+219+189=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBBD is #462442. Grayscale: #CDCDCD. Windows color (decimal): -4596803 or 12442553. OLE color: 12442553.

HSL color Cylindrical-coordinate representation of color #B9DBBD: hue angle of 127.06º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DBBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB185219189-
CMYK0.1600.140.14
HSL127.06º32.08%79.22%-
HSV(B)127.06º15.53%85.88%-
XYZ54.5264.6557.75-
YUV205.41118.74113.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=31.20%
G=36.93%
B=31.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852191890.1600.140.14127.0632.0879.22
HexB9DBBD100EE7f204f
Octal271333275200161617740117
Binary1011100111011011101111011000001110111011111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBBD; }

 p { color: rgb(185,219,189); }

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

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

 a { background-color: rgb(185,219,189); }

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

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

 span { border-color: rgb(185,219,189); }

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