Shades of Surf Crest #BBD0B8
Tints of Surf Crest #BBD0B8
RGB
CMYK
RGB Variations
Color information
#BBD0B8 (or 0xBBD0B8) is known color: Surf Crest. HEX triplet: BB, D0 and B8. RGB value is (187,208,184). Sum of RGB (Red+Green+Blue) = 187+208+184=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0B8 is #442F47. Grayscale: #C7C7C7. Windows color (decimal): -4468552 or 12112059. OLE color: 12112059.
HSL color Cylindrical-coordinate representation of color #BBD0B8: hue angle of 112.5º degrees, saturation: 0.2, 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 #BBD0B8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 184 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.18 |
| HSL | 112.5º | 0.2% | 0.77% | - |
| HSV(B) | 112.5º | 0.12% | 0.82% | - |
| XYZ | 51.7 | 59.14 | 54.04 | - |
| YUV | 198.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 184 | 0.10 | 0 | 0.12 | 0.18 | 112.5 | 0.2 | 0.77 |
| Hex | BB | D0 | B8 | A | 0 | C | 12 | 70 | 14 | 4D |
| Octal | 273 | 320 | 270 | 12 | 0 | 14 | 22 | 160 | 24 | 115 |
| Binary | 10111011 | 11010000 | 10111000 | 1010 | 0 | 1100 | 10010 | 1110000 | 10100 | 1001101 |
Color Harmonies of #BBD0B8
Complementary color
Monochromatic Colors of #BBD0B8
Black with #BBD0B8
Text Example
Text Example
White with #BBD0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0B8; }
p { color: rgb(187,208,184); }
H1.HeaderClassName
{
color: #BBD0B8;
}
.AnyTagClassName
{
color: #BBD0B8;
}
</style>
background-color css
<style>
a { background-color: #BBD0B8; }
a { background-color: rgb(187,208,184); }
div.DivClassName
{
background-color: #BBD0B8;
}
.BgClassName
{
background-color: #BBD0B8;
}
</style>
border-color css
<style>
span { border-color: #BBD0B8; }
span { border-color: rgb(187,208,184); }
td.TdClassName
{
border-color: #BBD0B8;
}
.TagClassName
{
border-color: #BBD0B8;
}
</style>