#B9D1BF

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

Shades of Surf #B9D1BF

Tints of Surf #B9D1BF

Color information

#B9D1BF (or 0xB9D1BF) is unknown color: approx Surf. HEX triplet: B9, D1 and BF. RGB value is (185,209,191). Sum of RGB (Red+Green+Blue) = 185+209+191=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1BF is #462E40. Grayscale: #C7C7C7. Windows color (decimal): -4599361 or 12571065. OLE color: 12571065.

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

Color convert

RGB185209191-
CMYK0.1100.090.18
HSL135º20.69%77.25%-
HSV(B)135º11.48%81.96%-
XYZ52.2159.6858.06-
YUV199.77123.05117.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 191 (75% from 255) = 32.65%
R=31.62%
G=35.73%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852091910.1100.090.1813520.6977.25
HexB9D1BFB091287154d
Octal271321277130112220725115
Binary1011100111010001101111111011010011001010000111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D1BF; }

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

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

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

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

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

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

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

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