Shades of Surf #BBD8B9
Tints of Surf #BBD8B9
RGB
CMYK
RGB Variations
Color information
#BBD8B9 (or 0xBBD8B9) is known color: Surf. HEX triplet: BB, D8 and B9. RGB value is (187,216,185). Sum of RGB (Red+Green+Blue) = 187+216+185=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B9 is #442746. Grayscale: #CBCBCB. Windows color (decimal): -4466503 or 12179643. OLE color: 12179643.
HSL color Cylindrical-coordinate representation of color #BBD8B9: hue angle of 116.13º 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 #BBD8B9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 185 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.15 |
| HSL | 116.13º | 0.28% | 0.79% | - |
| HSV(B) | 116.13º | 0.14% | 0.85% | - |
| XYZ | 53.81 | 63.18 | 55.26 | - |
| YUV | 203.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 185 | 0.13 | 0 | 0.14 | 0.15 | 116.13 | 0.28 | 0.79 |
| Hex | BB | D8 | B9 | D | 0 | E | F | 74 | 1C | 4F |
| Octal | 273 | 330 | 271 | 15 | 0 | 16 | 17 | 164 | 34 | 117 |
| Binary | 10111011 | 11011000 | 10111001 | 1101 | 0 | 1110 | 1111 | 1110100 | 11100 | 1001111 |
Color Harmonies of #BBD8B9
Complementary color
Monochromatic Colors of #BBD8B9
Black with #BBD8B9
Text Example
Text Example
White with #BBD8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8B9; }
p { color: rgb(187,216,185); }
H1.HeaderClassName
{
color: #BBD8B9;
}
.AnyTagClassName
{
color: #BBD8B9;
}
</style>
background-color css
<style>
a { background-color: #BBD8B9; }
a { background-color: rgb(187,216,185); }
div.DivClassName
{
background-color: #BBD8B9;
}
.BgClassName
{
background-color: #BBD8B9;
}
</style>
border-color css
<style>
span { border-color: #BBD8B9; }
span { border-color: rgb(187,216,185); }
td.TdClassName
{
border-color: #BBD8B9;
}
.TagClassName
{
border-color: #BBD8B9;
}
</style>