#B9D2BF

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

Shades of Surf #B9D2BF

Tints of Surf #B9D2BF

Color information

#B9D2BF (or 0xB9D2BF) is unknown color: approx Surf. HEX triplet: B9, D2 and BF. RGB value is (185,210,191). Sum of RGB (Red+Green+Blue) = 185+210+191=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2BF is #462D40. Grayscale: #C8C8C8. Windows color (decimal): -4599105 or 12571321. OLE color: 12571321.

HSL color Cylindrical-coordinate representation of color #B9D2BF: hue angle of 134.4º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D2BF is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB185210191-
CMYK0.1200.090.18
HSL134.4º21.74%77.45%-
HSV(B)134.4º11.9%82.35%-
XYZ52.4660.1758.14-
YUV200.36122.72117.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 210 (82.42% from 255) = 35.84%
BLUE value IS 191 (75% from 255) = 32.59%
R=31.57%
G=35.84%
B=32.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101910.1200.090.18134.421.7477.45
HexB9D2BFC091286164d
Octal271322277140112220626115
Binary1011100111010010101111111100010011001010000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D2BF; }

 p { color: rgb(185,210,191); }

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

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

 a { background-color: rgb(185,210,191); }

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

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

 span { border-color: rgb(185,210,191); }

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