Shades of Surf Crest #BBDBB7
Tints of Surf Crest #BBDBB7
RGB
CMYK
RGB Variations
Color information
#BBDBB7 (or 0xBBDBB7) is known color: Surf Crest. HEX triplet: BB, DB and B7. RGB value is (187,219,183). Sum of RGB (Red+Green+Blue) = 187+219+183=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBB7 is #442448. Grayscale: #CDCDCD. Windows color (decimal): -4465737 or 12049339. OLE color: 12049339.
HSL color Cylindrical-coordinate representation of color #BBDBB7: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDBB7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 183 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.14 |
| HSL | 113.33º | 0.33% | 0.79% | - |
| HSV(B) | 113.33º | 0.16% | 0.86% | - |
| XYZ | 54.37 | 64.65 | 54.41 | - |
| YUV | 205.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 183 | 0.15 | 0 | 0.16 | 0.14 | 113.33 | 0.33 | 0.79 |
| Hex | BB | DB | B7 | F | 0 | 10 | E | 71 | 21 | 4F |
| Octal | 273 | 333 | 267 | 17 | 0 | 20 | 16 | 161 | 41 | 117 |
| Binary | 10111011 | 11011011 | 10110111 | 1111 | 0 | 10000 | 1110 | 1110001 | 100001 | 1001111 |
Color Harmonies of #BBDBB7
Complementary color
Monochromatic Colors of #BBDBB7
Black with #BBDBB7
Text Example
Text Example
White with #BBDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBB7; }
p { color: rgb(187,219,183); }
H1.HeaderClassName
{
color: #BBDBB7;
}
.AnyTagClassName
{
color: #BBDBB7;
}
</style>
background-color css
<style>
a { background-color: #BBDBB7; }
a { background-color: rgb(187,219,183); }
div.DivClassName
{
background-color: #BBDBB7;
}
.BgClassName
{
background-color: #BBDBB7;
}
</style>
border-color css
<style>
span { border-color: #BBDBB7; }
span { border-color: rgb(187,219,183); }
td.TdClassName
{
border-color: #BBDBB7;
}
.TagClassName
{
border-color: #BBDBB7;
}
</style>