Shades of Surf #BBD0BF
Tints of Surf #BBD0BF
RGB
CMYK
RGB Variations
Color information
#BBD0BF (or 0xBBD0BF) is known color: Surf. HEX triplet: BB, D0 and BF. RGB value is (187,208,191). Sum of RGB (Red+Green+Blue) = 187+208+191=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BF is #442F40. Grayscale: #C7C7C7. Windows color (decimal): -4468545 or 12570811. OLE color: 12570811.
HSL color Cylindrical-coordinate representation of color #BBD0BF: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0BF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 191 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.18 |
| HSL | 131.43º | 0.18% | 0.77% | - |
| HSV(B) | 131.43º | 0.1% | 0.82% | - |
| XYZ | 52.45 | 59.44 | 58 | - |
| YUV | 199.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 191 | 0.10 | 0 | 0.08 | 0.18 | 131.43 | 0.18 | 0.77 |
| Hex | BB | D0 | BF | A | 0 | 8 | 12 | 83 | 12 | 4D |
| Octal | 273 | 320 | 277 | 12 | 0 | 10 | 22 | 203 | 22 | 115 |
| Binary | 10111011 | 11010000 | 10111111 | 1010 | 0 | 1000 | 10010 | 10000011 | 10010 | 1001101 |
Color Harmonies of #BBD0BF
Complementary color
Monochromatic Colors of #BBD0BF
Black with #BBD0BF
Text Example
Text Example
White with #BBD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0BF; }
p { color: rgb(187,208,191); }
H1.HeaderClassName
{
color: #BBD0BF;
}
.AnyTagClassName
{
color: #BBD0BF;
}
</style>
background-color css
<style>
a { background-color: #BBD0BF; }
a { background-color: rgb(187,208,191); }
div.DivClassName
{
background-color: #BBD0BF;
}
.BgClassName
{
background-color: #BBD0BF;
}
</style>
border-color css
<style>
span { border-color: #BBD0BF; }
span { border-color: rgb(187,208,191); }
td.TdClassName
{
border-color: #BBD0BF;
}
.TagClassName
{
border-color: #BBD0BF;
}
</style>