#B9DCBA

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

Shades of Surf #B9DCBA

Tints of Surf #B9DCBA

Color information

#B9DCBA (or 0xB9DCBA) is unknown color: approx Surf. HEX triplet: B9, DC and BA. RGB value is (185,220,186). Sum of RGB (Red+Green+Blue) = 185+220+186=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBA is #462345. Grayscale: #CDCDCD. Windows color (decimal): -4596550 or 12246201. OLE color: 12246201.

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

Color convert

RGB185220186-
CMYK0.1600.150.14
HSL121.71º33.33%79.41%-
HSV(B)121.71º15.91%86.27%-
XYZ54.4665.0556.14-
YUV205.66116.9113.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=31.30%
G=37.23%
B=31.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201860.1600.150.14121.7133.3379.41
HexB9DCBA100FE7a214f
Octal271334272200171617241117
Binary1011100111011100101110101000001111111011110101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCBA; }

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

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

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

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

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

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

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

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