Shades of Surf Crest #BBDFB7
Tints of Surf Crest #BBDFB7
RGB
CMYK
RGB Variations
Color information
#BBDFB7 (or 0xBBDFB7) is known color: Surf Crest. HEX triplet: BB, DF and B7. RGB value is (187,223,183). Sum of RGB (Red+Green+Blue) = 187+223+183=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFB7 is #442048. Grayscale: #CFCFCF. Windows color (decimal): -4464713 or 12050363. OLE color: 12050363.
HSL color Cylindrical-coordinate representation of color #BBDFB7: hue angle of 114º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDFB7 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 183 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.13 |
| HSL | 114º | 0.38% | 0.8% | - |
| HSV(B) | 114º | 0.18% | 0.87% | - |
| XYZ | 55.43 | 66.76 | 54.76 | - |
| YUV | 207.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 183 | 0.16 | 0 | 0.18 | 0.13 | 114 | 0.38 | 0.8 |
| Hex | BB | DF | B7 | 10 | 0 | 12 | D | 72 | 26 | 50 |
| Octal | 273 | 337 | 267 | 20 | 0 | 22 | 15 | 162 | 46 | 120 |
| Binary | 10111011 | 11011111 | 10110111 | 10000 | 0 | 10010 | 1101 | 1110010 | 100110 | 1010000 |
Color Harmonies of #BBDFB7
Complementary color
Monochromatic Colors of #BBDFB7
Black with #BBDFB7
Text Example
Text Example
White with #BBDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFB7; }
p { color: rgb(187,223,183); }
H1.HeaderClassName
{
color: #BBDFB7;
}
.AnyTagClassName
{
color: #BBDFB7;
}
</style>
background-color css
<style>
a { background-color: #BBDFB7; }
a { background-color: rgb(187,223,183); }
div.DivClassName
{
background-color: #BBDFB7;
}
.BgClassName
{
background-color: #BBDFB7;
}
</style>
border-color css
<style>
span { border-color: #BBDFB7; }
span { border-color: rgb(187,223,183); }
td.TdClassName
{
border-color: #BBDFB7;
}
.TagClassName
{
border-color: #BBDFB7;
}
</style>