#B9D7BB

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

Shades of Surf #B9D7BB

Tints of Surf #B9D7BB

Color information

#B9D7BB (or 0xB9D7BB) is unknown color: approx Surf. HEX triplet: B9, D7 and BB. RGB value is (185,215,187). Sum of RGB (Red+Green+Blue) = 185+215+187=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7BB is #462844. Grayscale: #CACACA. Windows color (decimal): -4597829 or 12310457. OLE color: 12310457.

HSL color Cylindrical-coordinate representation of color #B9D7BB: hue angle of 124º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D7BB is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB185215187-
CMYK0.1400.130.16
HSL124º27.27%78.43%-
HSV(B)124º13.95%84.31%-
XYZ53.2862.556.27-
YUV202.84119.06115.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=31.52%
G=36.63%
B=31.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852151870.1400.130.1612427.2778.43
HexB9D7BBE0D107c1b4e
Octal271327273160152017433116
Binary101110011101011110111011111001101100001111100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7BB; }

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

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

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

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

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

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

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

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