Shades of Surf Crest #BBDDB7
Tints of Surf Crest #BBDDB7
RGB
CMYK
RGB Variations
Color information
#BBDDB7 (or 0xBBDDB7) is known color: Surf Crest. HEX triplet: BB, DD and B7. RGB value is (187,221,183). Sum of RGB (Red+Green+Blue) = 187+221+183=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDB7 is #442248. Grayscale: #CECECE. Windows color (decimal): -4465225 or 12049851. OLE color: 12049851.
HSL color Cylindrical-coordinate representation of color #BBDDB7: hue angle of 113.68º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDDB7 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 183 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.13 |
| HSL | 113.68º | 0.36% | 0.79% | - |
| HSV(B) | 113.68º | 0.17% | 0.87% | - |
| XYZ | 54.9 | 65.7 | 54.59 | - |
| YUV | 206.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 183 | 0.15 | 0 | 0.17 | 0.13 | 113.68 | 0.36 | 0.79 |
| Hex | BB | DD | B7 | F | 0 | 11 | D | 72 | 24 | 4F |
| Octal | 273 | 335 | 267 | 17 | 0 | 21 | 15 | 162 | 44 | 117 |
| Binary | 10111011 | 11011101 | 10110111 | 1111 | 0 | 10001 | 1101 | 1110010 | 100100 | 1001111 |
Color Harmonies of #BBDDB7
Complementary color
Monochromatic Colors of #BBDDB7
Black with #BBDDB7
Text Example
Text Example
White with #BBDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDB7; }
p { color: rgb(187,221,183); }
H1.HeaderClassName
{
color: #BBDDB7;
}
.AnyTagClassName
{
color: #BBDDB7;
}
</style>
background-color css
<style>
a { background-color: #BBDDB7; }
a { background-color: rgb(187,221,183); }
div.DivClassName
{
background-color: #BBDDB7;
}
.BgClassName
{
background-color: #BBDDB7;
}
</style>
border-color css
<style>
span { border-color: #BBDDB7; }
span { border-color: rgb(187,221,183); }
td.TdClassName
{
border-color: #BBDDB7;
}
.TagClassName
{
border-color: #BBDDB7;
}
</style>