Shades of Surf Crest #BBD0B1
Tints of Surf Crest #BBD0B1
RGB
CMYK
RGB Variations
Color information
#BBD0B1 (or 0xBBD0B1) is known color: Surf Crest. HEX triplet: BB, D0 and B1. RGB value is (187,208,177). Sum of RGB (Red+Green+Blue) = 187+208+177=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0B1 is #442F4E. Grayscale: #C6C6C6. Windows color (decimal): -4468559 or 11653307. OLE color: 11653307.
HSL color Cylindrical-coordinate representation of color #BBD0B1: hue angle of 100.65º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD0B1 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 177 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.18 |
| HSL | 100.65º | 0.25% | 0.75% | - |
| HSV(B) | 100.65º | 0.15% | 0.82% | - |
| XYZ | 50.99 | 58.85 | 50.27 | - |
| YUV | 198.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 177 | 0.10 | 0 | 0.15 | 0.18 | 100.65 | 0.25 | 0.75 |
| Hex | BB | D0 | B1 | A | 0 | F | 12 | 65 | 19 | 4B |
| Octal | 273 | 320 | 261 | 12 | 0 | 17 | 22 | 145 | 31 | 113 |
| Binary | 10111011 | 11010000 | 10110001 | 1010 | 0 | 1111 | 10010 | 1100101 | 11001 | 1001011 |
Color Harmonies of #BBD0B1
Complementary color
Monochromatic Colors of #BBD0B1
Black with #BBD0B1
Text Example
Text Example
White with #BBD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0B1; }
p { color: rgb(187,208,177); }
H1.HeaderClassName
{
color: #BBD0B1;
}
.AnyTagClassName
{
color: #BBD0B1;
}
</style>
background-color css
<style>
a { background-color: #BBD0B1; }
a { background-color: rgb(187,208,177); }
div.DivClassName
{
background-color: #BBD0B1;
}
.BgClassName
{
background-color: #BBD0B1;
}
</style>
border-color css
<style>
span { border-color: #BBD0B1; }
span { border-color: rgb(187,208,177); }
td.TdClassName
{
border-color: #BBD0B1;
}
.TagClassName
{
border-color: #BBD0B1;
}
</style>