Shades of Surf #BBD7BA
Tints of Surf #BBD7BA
RGB
CMYK
RGB Variations
Color information
#BBD7BA (or 0xBBD7BA) is known color: Surf. HEX triplet: BB, D7 and BA. RGB value is (187,215,186). Sum of RGB (Red+Green+Blue) = 187+215+186=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7BA is #442845. Grayscale: #CBCBCB. Windows color (decimal): -4466758 or 12244923. OLE color: 12244923.
HSL color Cylindrical-coordinate representation of color #BBD7BA: hue angle of 117.93º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD7BA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 186 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.16 |
| HSL | 117.93º | 0.27% | 0.79% | - |
| HSV(B) | 117.93º | 0.13% | 0.84% | - |
| XYZ | 53.66 | 62.71 | 55.73 | - |
| YUV | 203.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 186 | 0.13 | 0 | 0.13 | 0.16 | 117.93 | 0.27 | 0.79 |
| Hex | BB | D7 | BA | D | 0 | D | 10 | 76 | 1B | 4F |
| Octal | 273 | 327 | 272 | 15 | 0 | 15 | 20 | 166 | 33 | 117 |
| Binary | 10111011 | 11010111 | 10111010 | 1101 | 0 | 1101 | 10000 | 1110110 | 11011 | 1001111 |
Color Harmonies of #BBD7BA
Complementary color
Monochromatic Colors of #BBD7BA
Black with #BBD7BA
Text Example
Text Example
White with #BBD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7BA; }
p { color: rgb(187,215,186); }
H1.HeaderClassName
{
color: #BBD7BA;
}
.AnyTagClassName
{
color: #BBD7BA;
}
</style>
background-color css
<style>
a { background-color: #BBD7BA; }
a { background-color: rgb(187,215,186); }
div.DivClassName
{
background-color: #BBD7BA;
}
.BgClassName
{
background-color: #BBD7BA;
}
</style>
border-color css
<style>
span { border-color: #BBD7BA; }
span { border-color: rgb(187,215,186); }
td.TdClassName
{
border-color: #BBD7BA;
}
.TagClassName
{
border-color: #BBD7BA;
}
</style>