#B9D8BF

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

Shades of Surf #B9D8BF

Tints of Surf #B9D8BF

Color information

#B9D8BF (or 0xB9D8BF) is unknown color: approx Surf. HEX triplet: B9, D8 and BF. RGB value is (185,216,191). Sum of RGB (Red+Green+Blue) = 185+216+191=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8BF is #462740. Grayscale: #CBCBCB. Windows color (decimal): -4597569 or 12572857. OLE color: 12572857.

HSL color Cylindrical-coordinate representation of color #B9D8BF: hue angle of 131.61º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8BF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB185216191-
CMYK0.1400.120.15
HSL131.61º28.44%78.63%-
HSV(B)131.61º14.35%84.71%-
XYZ53.9763.1958.64-
YUV203.88120.73114.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 191 (75% from 255) = 32.26%
R=31.25%
G=36.49%
B=32.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852161910.1400.120.15131.6128.4478.63
HexB9D8BFE0CF841c4f
Octal271330277160141720434117
Binary101110011101100010111111111001100111110000100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D8BF; }

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

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

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

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

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

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

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

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