#B9D0BA

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

Shades of Surf #B9D0BA

Tints of Surf #B9D0BA

Color information

#B9D0BA (or 0xB9D0BA) is unknown color: approx Surf. HEX triplet: B9, D0 and BA. RGB value is (185,208,186). Sum of RGB (Red+Green+Blue) = 185+208+186=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0BA is #462F45. Grayscale: #C6C6C6. Windows color (decimal): -4599622 or 12243129. OLE color: 12243129.

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

Color convert

RGB185208186-
CMYK0.1100.110.18
HSL122.61º19.66%77.06%-
HSV(B)122.61º11.06%81.57%-
XYZ51.4358.9755.13-
YUV198.62120.88118.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=31.95%
G=35.92%
B=32.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081860.1100.110.18122.6119.6677.06
HexB9D0BAB0B127b144d
Octal271320272130132217324115
Binary101110011101000010111010101101011100101111011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0BA; }

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

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

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

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

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

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

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

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