Shades of Surf Crest #BBDEB8
Tints of Surf Crest #BBDEB8
RGB
CMYK
RGB Variations
Color information
#BBDEB8 (or 0xBBDEB8) is known color: Surf Crest. HEX triplet: BB, DE and B8. RGB value is (187,222,184). Sum of RGB (Red+Green+Blue) = 187+222+184=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEB8 is #442147. Grayscale: #CFCFCF. Windows color (decimal): -4464968 or 12115643. OLE color: 12115643.
HSL color Cylindrical-coordinate representation of color #BBDEB8: hue angle of 115.26º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDEB8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 184 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.13 |
| HSL | 115.26º | 0.37% | 0.8% | - |
| HSV(B) | 115.26º | 0.17% | 0.87% | - |
| XYZ | 55.27 | 66.27 | 55.23 | - |
| YUV | 207.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 184 | 0.16 | 0 | 0.17 | 0.13 | 115.26 | 0.37 | 0.8 |
| Hex | BB | DE | B8 | 10 | 0 | 11 | D | 73 | 25 | 50 |
| Octal | 273 | 336 | 270 | 20 | 0 | 21 | 15 | 163 | 45 | 120 |
| Binary | 10111011 | 11011110 | 10111000 | 10000 | 0 | 10001 | 1101 | 1110011 | 100101 | 1010000 |
Color Harmonies of #BBDEB8
Complementary color
Monochromatic Colors of #BBDEB8
Black with #BBDEB8
Text Example
Text Example
White with #BBDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEB8; }
p { color: rgb(187,222,184); }
H1.HeaderClassName
{
color: #BBDEB8;
}
.AnyTagClassName
{
color: #BBDEB8;
}
</style>
background-color css
<style>
a { background-color: #BBDEB8; }
a { background-color: rgb(187,222,184); }
div.DivClassName
{
background-color: #BBDEB8;
}
.BgClassName
{
background-color: #BBDEB8;
}
</style>
border-color css
<style>
span { border-color: #BBDEB8; }
span { border-color: rgb(187,222,184); }
td.TdClassName
{
border-color: #BBDEB8;
}
.TagClassName
{
border-color: #BBDEB8;
}
</style>