Shades of Surf Crest #BBDDB5
Tints of Surf Crest #BBDDB5
RGB
CMYK
RGB Variations
Color information
#BBDDB5 (or 0xBBDDB5) is known color: Surf Crest. HEX triplet: BB, DD and B5. RGB value is (187,221,181). Sum of RGB (Red+Green+Blue) = 187+221+181=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDB5 is #44224A. Grayscale: #CECECE. Windows color (decimal): -4465227 or 11918779. OLE color: 11918779.
HSL color Cylindrical-coordinate representation of color #BBDDB5: hue angle of 111º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDDB5 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 181 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.13 |
| HSL | 111º | 0.37% | 0.79% | - |
| HSV(B) | 111º | 0.18% | 0.87% | - |
| XYZ | 54.69 | 65.61 | 53.5 | - |
| YUV | 206.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 181 | 0.15 | 0 | 0.18 | 0.13 | 111 | 0.37 | 0.79 |
| Hex | BB | DD | B5 | F | 0 | 12 | D | 6F | 25 | 4F |
| Octal | 273 | 335 | 265 | 17 | 0 | 22 | 15 | 157 | 45 | 117 |
| Binary | 10111011 | 11011101 | 10110101 | 1111 | 0 | 10010 | 1101 | 1101111 | 100101 | 1001111 |
Color Harmonies of #BBDDB5
Complementary color
Monochromatic Colors of #BBDDB5
Black with #BBDDB5
Text Example
Text Example
White with #BBDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDB5; }
p { color: rgb(187,221,181); }
H1.HeaderClassName
{
color: #BBDDB5;
}
.AnyTagClassName
{
color: #BBDDB5;
}
</style>
background-color css
<style>
a { background-color: #BBDDB5; }
a { background-color: rgb(187,221,181); }
div.DivClassName
{
background-color: #BBDDB5;
}
.BgClassName
{
background-color: #BBDDB5;
}
</style>
border-color css
<style>
span { border-color: #BBDDB5; }
span { border-color: rgb(187,221,181); }
td.TdClassName
{
border-color: #BBDDB5;
}
.TagClassName
{
border-color: #BBDDB5;
}
</style>