Shades of Surf #BBD3BC
Tints of Surf #BBD3BC
RGB
CMYK
RGB Variations
Color information
#BBD3BC (or 0xBBD3BC) is known color: Surf. HEX triplet: BB, D3 and BC. RGB value is (187,211,188). Sum of RGB (Red+Green+Blue) = 187+211+188=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3BC is #442C43. Grayscale: #C9C9C9. Windows color (decimal): -4467780 or 12374971. OLE color: 12374971.
HSL color Cylindrical-coordinate representation of color #BBD3BC: hue angle of 122.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3BC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 188 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.17 |
| HSL | 122.5º | 0.21% | 0.78% | - |
| HSV(B) | 122.5º | 0.11% | 0.83% | - |
| XYZ | 52.86 | 60.78 | 56.52 | - |
| YUV | 201.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 188 | 0.11 | 0 | 0.11 | 0.17 | 122.5 | 0.21 | 0.78 |
| Hex | BB | D3 | BC | B | 0 | B | 11 | 7B | 15 | 4E |
| Octal | 273 | 323 | 274 | 13 | 0 | 13 | 21 | 173 | 25 | 116 |
| Binary | 10111011 | 11010011 | 10111100 | 1011 | 0 | 1011 | 10001 | 1111011 | 10101 | 1001110 |
Color Harmonies of #BBD3BC
Complementary color
Monochromatic Colors of #BBD3BC
Black with #BBD3BC
Text Example
Text Example
White with #BBD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3BC; }
p { color: rgb(187,211,188); }
H1.HeaderClassName
{
color: #BBD3BC;
}
.AnyTagClassName
{
color: #BBD3BC;
}
</style>
background-color css
<style>
a { background-color: #BBD3BC; }
a { background-color: rgb(187,211,188); }
div.DivClassName
{
background-color: #BBD3BC;
}
.BgClassName
{
background-color: #BBD3BC;
}
</style>
border-color css
<style>
span { border-color: #BBD3BC; }
span { border-color: rgb(187,211,188); }
td.TdClassName
{
border-color: #BBD3BC;
}
.TagClassName
{
border-color: #BBD3BC;
}
</style>