Shades of Surf #BBE0BA
Tints of Surf #BBE0BA
RGB
CMYK
RGB Variations
Color information
#BBE0BA (or 0xBBE0BA) is known color: Surf. HEX triplet: BB, E0 and BA. RGB value is (187,224,186). Sum of RGB (Red+Green+Blue) = 187+224+186=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0BA is #441F45. Grayscale: #D0D0D0. Windows color (decimal): -4464454 or 12247227. OLE color: 12247227.
HSL color Cylindrical-coordinate representation of color #BBE0BA: hue angle of 118.42º degrees, saturation: 0.38, 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 #BBE0BA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 186 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.12 |
| HSL | 118.42º | 0.38% | 0.8% | - |
| HSV(B) | 118.42º | 0.17% | 0.88% | - |
| XYZ | 56.01 | 67.42 | 56.52 | - |
| YUV | 208.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 186 | 0.17 | 0 | 0.17 | 0.12 | 118.42 | 0.38 | 0.8 |
| Hex | BB | E0 | BA | 11 | 0 | 11 | C | 76 | 26 | 50 |
| Octal | 273 | 340 | 272 | 21 | 0 | 21 | 14 | 166 | 46 | 120 |
| Binary | 10111011 | 11100000 | 10111010 | 10001 | 0 | 10001 | 1100 | 1110110 | 100110 | 1010000 |
Color Harmonies of #BBE0BA
Complementary color
Monochromatic Colors of #BBE0BA
Black with #BBE0BA
Text Example
Text Example
White with #BBE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0BA; }
p { color: rgb(187,224,186); }
H1.HeaderClassName
{
color: #BBE0BA;
}
.AnyTagClassName
{
color: #BBE0BA;
}
</style>
background-color css
<style>
a { background-color: #BBE0BA; }
a { background-color: rgb(187,224,186); }
div.DivClassName
{
background-color: #BBE0BA;
}
.BgClassName
{
background-color: #BBE0BA;
}
</style>
border-color css
<style>
span { border-color: #BBE0BA; }
span { border-color: rgb(187,224,186); }
td.TdClassName
{
border-color: #BBE0BA;
}
.TagClassName
{
border-color: #BBE0BA;
}
</style>