Shades of Surf #BBD4BC
Tints of Surf #BBD4BC
RGB
CMYK
RGB Variations
Color information
#BBD4BC (or 0xBBD4BC) is known color: Surf. HEX triplet: BB, D4 and BC. RGB value is (187,212,188). Sum of RGB (Red+Green+Blue) = 187+212+188=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4BC is #442B43. Grayscale: #C9C9C9. Windows color (decimal): -4467524 or 12375227. OLE color: 12375227.
HSL color Cylindrical-coordinate representation of color #BBD4BC: hue angle of 122.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD4BC is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 188 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.17 |
| HSL | 122.4º | 0.23% | 0.78% | - |
| HSV(B) | 122.4º | 0.12% | 0.83% | - |
| XYZ | 53.11 | 61.28 | 56.61 | - |
| YUV | 201.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 188 | 0.12 | 0 | 0.11 | 0.17 | 122.4 | 0.23 | 0.78 |
| Hex | BB | D4 | BC | C | 0 | B | 11 | 7A | 17 | 4E |
| Octal | 273 | 324 | 274 | 14 | 0 | 13 | 21 | 172 | 27 | 116 |
| Binary | 10111011 | 11010100 | 10111100 | 1100 | 0 | 1011 | 10001 | 1111010 | 10111 | 1001110 |
Color Harmonies of #BBD4BC
Complementary color
Monochromatic Colors of #BBD4BC
Black with #BBD4BC
Text Example
Text Example
White with #BBD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4BC; }
p { color: rgb(187,212,188); }
H1.HeaderClassName
{
color: #BBD4BC;
}
.AnyTagClassName
{
color: #BBD4BC;
}
</style>
background-color css
<style>
a { background-color: #BBD4BC; }
a { background-color: rgb(187,212,188); }
div.DivClassName
{
background-color: #BBD4BC;
}
.BgClassName
{
background-color: #BBD4BC;
}
</style>
border-color css
<style>
span { border-color: #BBD4BC; }
span { border-color: rgb(187,212,188); }
td.TdClassName
{
border-color: #BBD4BC;
}
.TagClassName
{
border-color: #BBD4BC;
}
</style>