Shades of Surf #BBDEB9
Tints of Surf #BBDEB9
RGB
CMYK
RGB Variations
Color information
#BBDEB9 (or 0xBBDEB9) is known color: Surf. HEX triplet: BB, DE and B9. RGB value is (187,222,185). Sum of RGB (Red+Green+Blue) = 187+222+185=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEB9 is #442146. Grayscale: #CFCFCF. Windows color (decimal): -4464967 or 12181179. OLE color: 12181179.
HSL color Cylindrical-coordinate representation of color #BBDEB9: hue angle of 116.76º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDEB9 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 185 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.13 |
| HSL | 116.76º | 0.36% | 0.8% | - |
| HSV(B) | 116.76º | 0.17% | 0.87% | - |
| XYZ | 55.37 | 66.31 | 55.78 | - |
| YUV | 207.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 185 | 0.16 | 0 | 0.17 | 0.13 | 116.76 | 0.36 | 0.8 |
| Hex | BB | DE | B9 | 10 | 0 | 11 | D | 75 | 24 | 50 |
| Octal | 273 | 336 | 271 | 20 | 0 | 21 | 15 | 165 | 44 | 120 |
| Binary | 10111011 | 11011110 | 10111001 | 10000 | 0 | 10001 | 1101 | 1110101 | 100100 | 1010000 |
Color Harmonies of #BBDEB9
Complementary color
Monochromatic Colors of #BBDEB9
Black with #BBDEB9
Text Example
Text Example
White with #BBDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEB9; }
p { color: rgb(187,222,185); }
H1.HeaderClassName
{
color: #BBDEB9;
}
.AnyTagClassName
{
color: #BBDEB9;
}
</style>
background-color css
<style>
a { background-color: #BBDEB9; }
a { background-color: rgb(187,222,185); }
div.DivClassName
{
background-color: #BBDEB9;
}
.BgClassName
{
background-color: #BBDEB9;
}
</style>
border-color css
<style>
span { border-color: #BBDEB9; }
span { border-color: rgb(187,222,185); }
td.TdClassName
{
border-color: #BBDEB9;
}
.TagClassName
{
border-color: #BBDEB9;
}
</style>