Shades of Surf #B9DBB8
Tints of Surf #B9DBB8
RGB
CMYK
RGB Variations
Color information
#B9DBB8 (or 0xB9DBB8) is known color: Surf. HEX triplet: B9, DB and B8. RGB value is (185,219,184). Sum of RGB (Red+Green+Blue) = 185+219+184=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBB8 is #462447. Grayscale: #CCCCCC. Windows color (decimal): -4596808 or 12114873. OLE color: 12114873.
HSL color Cylindrical-coordinate representation of color #B9DBB8: hue angle of 118.29º 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 #B9DBB8 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 184 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.14 |
| HSL | 118.29º | 0.33% | 0.79% | - |
| HSV(B) | 118.29º | 0.16% | 0.86% | - |
| XYZ | 53.99 | 64.44 | 54.94 | - |
| YUV | 204.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 184 | 0.16 | 0 | 0.16 | 0.14 | 118.29 | 0.33 | 0.79 |
| Hex | B9 | DB | B8 | 10 | 0 | 10 | E | 76 | 21 | 4F |
| Octal | 271 | 333 | 270 | 20 | 0 | 20 | 16 | 166 | 41 | 117 |
| Binary | 10111001 | 11011011 | 10111000 | 10000 | 0 | 10000 | 1110 | 1110110 | 100001 | 1001111 |
Color Harmonies of #B9DBB8
Complementary color
Monochromatic Colors of #B9DBB8
Black with #B9DBB8
Text Example
Text Example
White with #B9DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBB8; }
p { color: rgb(185,219,184); }
H1.HeaderClassName
{
color: #B9DBB8;
}
.AnyTagClassName
{
color: #B9DBB8;
}
</style>
background-color css
<style>
a { background-color: #B9DBB8; }
a { background-color: rgb(185,219,184); }
div.DivClassName
{
background-color: #B9DBB8;
}
.BgClassName
{
background-color: #B9DBB8;
}
</style>
border-color css
<style>
span { border-color: #B9DBB8; }
span { border-color: rgb(185,219,184); }
td.TdClassName
{
border-color: #B9DBB8;
}
.TagClassName
{
border-color: #B9DBB8;
}
</style>