Shades of Surf Crest #BBD8B8
Tints of Surf Crest #BBD8B8
RGB
CMYK
RGB Variations
Color information
#BBD8B8 (or 0xBBD8B8) is known color: Surf Crest. HEX triplet: BB, D8 and B8. RGB value is (187,216,184). Sum of RGB (Red+Green+Blue) = 187+216+184=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B8 is #442747. Grayscale: #CBCBCB. Windows color (decimal): -4466504 or 12114107. OLE color: 12114107.
HSL color Cylindrical-coordinate representation of color #BBD8B8: hue angle of 114.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD8B8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 184 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.15 |
| HSL | 114.38º | 0.29% | 0.78% | - |
| HSV(B) | 114.38º | 0.15% | 0.85% | - |
| XYZ | 53.7 | 63.14 | 54.7 | - |
| YUV | 203.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 184 | 0.13 | 0 | 0.15 | 0.15 | 114.38 | 0.29 | 0.78 |
| Hex | BB | D8 | B8 | D | 0 | F | F | 72 | 1D | 4E |
| Octal | 273 | 330 | 270 | 15 | 0 | 17 | 17 | 162 | 35 | 116 |
| Binary | 10111011 | 11011000 | 10111000 | 1101 | 0 | 1111 | 1111 | 1110010 | 11101 | 1001110 |
Color Harmonies of #BBD8B8
Complementary color
Monochromatic Colors of #BBD8B8
Black with #BBD8B8
Text Example
Text Example
White with #BBD8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8B8; }
p { color: rgb(187,216,184); }
H1.HeaderClassName
{
color: #BBD8B8;
}
.AnyTagClassName
{
color: #BBD8B8;
}
</style>
background-color css
<style>
a { background-color: #BBD8B8; }
a { background-color: rgb(187,216,184); }
div.DivClassName
{
background-color: #BBD8B8;
}
.BgClassName
{
background-color: #BBD8B8;
}
</style>
border-color css
<style>
span { border-color: #BBD8B8; }
span { border-color: rgb(187,216,184); }
td.TdClassName
{
border-color: #BBD8B8;
}
.TagClassName
{
border-color: #BBD8B8;
}
</style>