#B9DABA

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

Shades of Surf #B9DABA

Tints of Surf #B9DABA

Color information

#B9DABA (or 0xB9DABA) is unknown color: approx Surf. HEX triplet: B9, DA and BA. RGB value is (185,218,186). Sum of RGB (Red+Green+Blue) = 185+218+186=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DABA is #462545. Grayscale: #CCCCCC. Windows color (decimal): -4597062 or 12245689. OLE color: 12245689.

HSL color Cylindrical-coordinate representation of color #B9DABA: hue angle of 121.82º 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 #B9DABA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB185218186-
CMYK0.1500.150.15
HSL121.82º30.84%79.02%-
HSV(B)121.82º15.14%85.49%-
XYZ53.946455.97-
YUV204.48117.57114.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=31.41%
G=37.01%
B=31.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852181860.1500.150.15121.8230.8479.02
HexB9DABAF0FF7a1f4f
Octal271332272170171717237117
Binary10111001110110101011101011110111111111111010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DABA; }

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

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

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

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

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

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

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

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