#B9DABB

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

Shades of Surf #B9DABB

Tints of Surf #B9DABB

Color information

#B9DABB (or 0xB9DABB) is unknown color: approx Surf. HEX triplet: B9, DA and BB. RGB value is (185,218,187). Sum of RGB (Red+Green+Blue) = 185+218+187=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DABB is #462544. Grayscale: #CCCCCC. Windows color (decimal): -4597061 or 12311225. OLE color: 12311225.

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

Color convert

RGB185218187-
CMYK0.1500.140.15
HSL123.64º30.84%79.02%-
HSV(B)123.64º15.14%85.49%-
XYZ54.0564.0456.53-
YUV204.6118.07114.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=31.36%
G=36.95%
B=31.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852181870.1500.140.15123.6430.8479.02
HexB9DABBF0EF7c1f4f
Octal271332273170161717437117
Binary10111001110110101011101111110111011111111100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DABB; }

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

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

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

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

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

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

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

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