#B9D3BB

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

Shades of Surf #B9D3BB

Tints of Surf #B9D3BB

Color information

#B9D3BB (or 0xB9D3BB) is unknown color: approx Surf. HEX triplet: B9, D3 and BB. RGB value is (185,211,187). Sum of RGB (Red+Green+Blue) = 185+211+187=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3BB is #462C44. Grayscale: #C8C8C8. Windows color (decimal): -4598853 or 12309433. OLE color: 12309433.

HSL color Cylindrical-coordinate representation of color #B9D3BB: hue angle of 124.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D3BB is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB185211187-
CMYK0.1200.110.17
HSL124.62º22.81%77.65%-
HSV(B)124.62º12.32%82.75%-
XYZ52.2760.4955.93-
YUV200.49120.39116.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=31.73%
G=36.19%
B=32.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852111870.1200.110.17124.6222.8177.65
HexB9D3BBC0B117d174e
Octal271323273140132117527116
Binary101110011101001110111011110001011100011111101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D3BB; }

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

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

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

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

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

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

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

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