#B9DABD

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

Shades of Surf #B9DABD

Tints of Surf #B9DABD

Color information

#B9DABD (or 0xB9DABD) is unknown color: approx Surf. HEX triplet: B9, DA and BD. RGB value is (185,218,189). Sum of RGB (Red+Green+Blue) = 185+218+189=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DABD is #462542. Grayscale: #CCCCCC. Windows color (decimal): -4597059 or 12442297. OLE color: 12442297.

HSL color Cylindrical-coordinate representation of color #B9DABD: hue angle of 127.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DABD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB185218189-
CMYK0.1500.130.15
HSL127.27º30.84%79.02%-
HSV(B)127.27º15.14%85.49%-
XYZ54.2664.1357.66-
YUV204.83119.07113.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=31.25%
G=36.82%
B=31.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852181890.1500.130.15127.2730.8479.02
HexB9DABDF0DF7f1f4f
Octal271332275170151717737117
Binary10111001110110101011110111110110111111111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DABD; }

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

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

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

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

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

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

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

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