Shades of Surf Crest #BBD8B7
Tints of Surf Crest #BBD8B7
RGB
CMYK
RGB Variations
Color information
#BBD8B7 (or 0xBBD8B7) is known color: Surf Crest. HEX triplet: BB, D8 and B7. RGB value is (187,216,183). Sum of RGB (Red+Green+Blue) = 187+216+183=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B7 is #442748. Grayscale: #CBCBCB. Windows color (decimal): -4466505 or 12048571. OLE color: 12048571.
HSL color Cylindrical-coordinate representation of color #BBD8B7: hue angle of 112.73º degrees, saturation: 0.3, 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 #BBD8B7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 183 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.15 |
| HSL | 112.73º | 0.3% | 0.78% | - |
| HSV(B) | 112.73º | 0.15% | 0.85% | - |
| XYZ | 53.6 | 63.1 | 54.15 | - |
| YUV | 203.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 183 | 0.13 | 0 | 0.15 | 0.15 | 112.73 | 0.3 | 0.78 |
| Hex | BB | D8 | B7 | D | 0 | F | F | 71 | 1E | 4E |
| Octal | 273 | 330 | 267 | 15 | 0 | 17 | 17 | 161 | 36 | 116 |
| Binary | 10111011 | 11011000 | 10110111 | 1101 | 0 | 1111 | 1111 | 1110001 | 11110 | 1001110 |
Color Harmonies of #BBD8B7
Complementary color
Monochromatic Colors of #BBD8B7
Black with #BBD8B7
Text Example
Text Example
White with #BBD8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8B7; }
p { color: rgb(187,216,183); }
H1.HeaderClassName
{
color: #BBD8B7;
}
.AnyTagClassName
{
color: #BBD8B7;
}
</style>
background-color css
<style>
a { background-color: #BBD8B7; }
a { background-color: rgb(187,216,183); }
div.DivClassName
{
background-color: #BBD8B7;
}
.BgClassName
{
background-color: #BBD8B7;
}
</style>
border-color css
<style>
span { border-color: #BBD8B7; }
span { border-color: rgb(187,216,183); }
td.TdClassName
{
border-color: #BBD8B7;
}
.TagClassName
{
border-color: #BBD8B7;
}
</style>