Shades of Surf Crest #BBD0B5
Tints of Surf Crest #BBD0B5
RGB
CMYK
RGB Variations
Color information
#BBD0B5 (or 0xBBD0B5) is known color: Surf Crest. HEX triplet: BB, D0 and B5. RGB value is (187,208,181). Sum of RGB (Red+Green+Blue) = 187+208+181=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0B5 is #442F4A. Grayscale: #C6C6C6. Windows color (decimal): -4468555 or 11915451. OLE color: 11915451.
HSL color Cylindrical-coordinate representation of color #BBD0B5: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD0B5 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 181 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.18 |
| HSL | 106.67º | 0.22% | 0.76% | - |
| HSV(B) | 106.67º | 0.13% | 0.82% | - |
| XYZ | 51.39 | 59.01 | 52.4 | - |
| YUV | 198.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 181 | 0.10 | 0 | 0.13 | 0.18 | 106.67 | 0.22 | 0.76 |
| Hex | BB | D0 | B5 | A | 0 | D | 12 | 6B | 16 | 4C |
| Octal | 273 | 320 | 265 | 12 | 0 | 15 | 22 | 153 | 26 | 114 |
| Binary | 10111011 | 11010000 | 10110101 | 1010 | 0 | 1101 | 10010 | 1101011 | 10110 | 1001100 |
Color Harmonies of #BBD0B5
Complementary color
Monochromatic Colors of #BBD0B5
Black with #BBD0B5
Text Example
Text Example
White with #BBD0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0B5; }
p { color: rgb(187,208,181); }
H1.HeaderClassName
{
color: #BBD0B5;
}
.AnyTagClassName
{
color: #BBD0B5;
}
</style>
background-color css
<style>
a { background-color: #BBD0B5; }
a { background-color: rgb(187,208,181); }
div.DivClassName
{
background-color: #BBD0B5;
}
.BgClassName
{
background-color: #BBD0B5;
}
</style>
border-color css
<style>
span { border-color: #BBD0B5; }
span { border-color: rgb(187,208,181); }
td.TdClassName
{
border-color: #BBD0B5;
}
.TagClassName
{
border-color: #BBD0B5;
}
</style>