Shades of Surf #BBD2BC
Tints of Surf #BBD2BC
RGB
CMYK
RGB Variations
Color information
#BBD2BC (or 0xBBD2BC) is known color: Surf. HEX triplet: BB, D2 and BC. RGB value is (187,210,188). Sum of RGB (Red+Green+Blue) = 187+210+188=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2BC is #442D43. Grayscale: #C8C8C8. Windows color (decimal): -4468036 or 12374715. OLE color: 12374715.
HSL color Cylindrical-coordinate representation of color #BBD2BC: hue angle of 122.61º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD2BC is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 188 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.18 |
| HSL | 122.61º | 0.2% | 0.78% | - |
| HSV(B) | 122.61º | 0.11% | 0.82% | - |
| XYZ | 52.62 | 60.29 | 56.44 | - |
| YUV | 200.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 188 | 0.11 | 0 | 0.10 | 0.18 | 122.61 | 0.2 | 0.78 |
| Hex | BB | D2 | BC | B | 0 | A | 12 | 7B | 14 | 4E |
| Octal | 273 | 322 | 274 | 13 | 0 | 12 | 22 | 173 | 24 | 116 |
| Binary | 10111011 | 11010010 | 10111100 | 1011 | 0 | 1010 | 10010 | 1111011 | 10100 | 1001110 |
Color Harmonies of #BBD2BC
Complementary color
Monochromatic Colors of #BBD2BC
Black with #BBD2BC
Text Example
Text Example
White with #BBD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2BC; }
p { color: rgb(187,210,188); }
H1.HeaderClassName
{
color: #BBD2BC;
}
.AnyTagClassName
{
color: #BBD2BC;
}
</style>
background-color css
<style>
a { background-color: #BBD2BC; }
a { background-color: rgb(187,210,188); }
div.DivClassName
{
background-color: #BBD2BC;
}
.BgClassName
{
background-color: #BBD2BC;
}
</style>
border-color css
<style>
span { border-color: #BBD2BC; }
span { border-color: rgb(187,210,188); }
td.TdClassName
{
border-color: #BBD2BC;
}
.TagClassName
{
border-color: #BBD2BC;
}
</style>