Shades of Surf #BBE0B9
Tints of Surf #BBE0B9
RGB
CMYK
RGB Variations
Color information
#BBE0B9 (or 0xBBE0B9) is known color: Surf. HEX triplet: BB, E0 and B9. RGB value is (187,224,185). Sum of RGB (Red+Green+Blue) = 187+224+185=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0B9 is #441F46. Grayscale: #D0D0D0. Windows color (decimal): -4464455 or 12181691. OLE color: 12181691.
HSL color Cylindrical-coordinate representation of color #BBE0B9: hue angle of 116.92º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0B9 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 185 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.12 |
| HSL | 116.92º | 0.39% | 0.8% | - |
| HSV(B) | 116.92º | 0.17% | 0.88% | - |
| XYZ | 55.91 | 67.38 | 55.96 | - |
| YUV | 208.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 185 | 0.17 | 0 | 0.17 | 0.12 | 116.92 | 0.39 | 0.8 |
| Hex | BB | E0 | B9 | 11 | 0 | 11 | C | 75 | 27 | 50 |
| Octal | 273 | 340 | 271 | 21 | 0 | 21 | 14 | 165 | 47 | 120 |
| Binary | 10111011 | 11100000 | 10111001 | 10001 | 0 | 10001 | 1100 | 1110101 | 100111 | 1010000 |
Color Harmonies of #BBE0B9
Complementary color
Monochromatic Colors of #BBE0B9
Black with #BBE0B9
Text Example
Text Example
White with #BBE0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0B9; }
p { color: rgb(187,224,185); }
H1.HeaderClassName
{
color: #BBE0B9;
}
.AnyTagClassName
{
color: #BBE0B9;
}
</style>
background-color css
<style>
a { background-color: #BBE0B9; }
a { background-color: rgb(187,224,185); }
div.DivClassName
{
background-color: #BBE0B9;
}
.BgClassName
{
background-color: #BBE0B9;
}
</style>
border-color css
<style>
span { border-color: #BBE0B9; }
span { border-color: rgb(187,224,185); }
td.TdClassName
{
border-color: #BBE0B9;
}
.TagClassName
{
border-color: #BBE0B9;
}
</style>