Shades of Surf Crest #BBD2B8
Tints of Surf Crest #BBD2B8
RGB
CMYK
RGB Variations
Color information
#BBD2B8 (or 0xBBD2B8) is known color: Surf Crest. HEX triplet: BB, D2 and B8. RGB value is (187,210,184). Sum of RGB (Red+Green+Blue) = 187+210+184=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2B8 is #442D47. Grayscale: #C8C8C8. Windows color (decimal): -4468040 or 12112571. OLE color: 12112571.
HSL color Cylindrical-coordinate representation of color #BBD2B8: hue angle of 113.08º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD2B8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 184 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.18 |
| HSL | 113.08º | 0.22% | 0.77% | - |
| HSV(B) | 113.08º | 0.12% | 0.82% | - |
| XYZ | 52.19 | 60.12 | 54.2 | - |
| YUV | 200.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 184 | 0.11 | 0 | 0.12 | 0.18 | 113.08 | 0.22 | 0.77 |
| Hex | BB | D2 | B8 | B | 0 | C | 12 | 71 | 16 | 4D |
| Octal | 273 | 322 | 270 | 13 | 0 | 14 | 22 | 161 | 26 | 115 |
| Binary | 10111011 | 11010010 | 10111000 | 1011 | 0 | 1100 | 10010 | 1110001 | 10110 | 1001101 |
Color Harmonies of #BBD2B8
Complementary color
Monochromatic Colors of #BBD2B8
Black with #BBD2B8
Text Example
Text Example
White with #BBD2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2B8; }
p { color: rgb(187,210,184); }
H1.HeaderClassName
{
color: #BBD2B8;
}
.AnyTagClassName
{
color: #BBD2B8;
}
</style>
background-color css
<style>
a { background-color: #BBD2B8; }
a { background-color: rgb(187,210,184); }
div.DivClassName
{
background-color: #BBD2B8;
}
.BgClassName
{
background-color: #BBD2B8;
}
</style>
border-color css
<style>
span { border-color: #BBD2B8; }
span { border-color: rgb(187,210,184); }
td.TdClassName
{
border-color: #BBD2B8;
}
.TagClassName
{
border-color: #BBD2B8;
}
</style>