#b9d0bf

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

Shades of Surf #B9D0BF

Tints of Surf #B9D0BF

Color information

#B9D0BF (or 0xB9D0BF) is unknown color: approx Surf. HEX triplet: B9, D0 and BF. RGB value is (185,208,191). Sum of RGB (Red+Green+Blue) = 185+208+191=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0BF is #462F40. Grayscale: #C7C7C7. Windows color (decimal): -4599617 or 12570809. OLE color: 12570809.

HSL color Cylindrical-coordinate representation of color #B9D0BF: hue angle of 135.65º degrees, saturation: 0.2, 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 #B9D0BF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB185208191-
CMYK0.1100.080.18
HSL135.65º19.66%77.06%-
HSV(B)135.65º11.06%81.57%-
XYZ51.9759.1957.98-
YUV199.18123.38117.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 191 (75% from 255) = 32.71%
R=31.68%
G=35.62%
B=32.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081910.1100.080.18135.6519.6677.06
HexB9D0BFB081288144d
Octal271320277130102221024115
Binary1011100111010000101111111011010001001010001000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9d0bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9d0bf; }

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

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

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

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

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

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

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

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