Shades of Surf #BBDFB9
Tints of Surf #BBDFB9
RGB
CMYK
RGB Variations
Color information
#BBDFB9 (or 0xBBDFB9) is known color: Surf. HEX triplet: BB, DF and B9. RGB value is (187,223,185). Sum of RGB (Red+Green+Blue) = 187+223+185=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFB9 is #442046. Grayscale: #D0D0D0. Windows color (decimal): -4464711 or 12181435. OLE color: 12181435.
HSL color Cylindrical-coordinate representation of color #BBDFB9: hue angle of 116.84º degrees, saturation: 0.37, 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 #BBDFB9 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 185 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.13 |
| HSL | 116.84º | 0.37% | 0.8% | - |
| HSV(B) | 116.84º | 0.17% | 0.87% | - |
| XYZ | 55.64 | 66.84 | 55.87 | - |
| YUV | 207.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 185 | 0.16 | 0 | 0.17 | 0.13 | 116.84 | 0.37 | 0.8 |
| Hex | BB | DF | B9 | 10 | 0 | 11 | D | 75 | 25 | 50 |
| Octal | 273 | 337 | 271 | 20 | 0 | 21 | 15 | 165 | 45 | 120 |
| Binary | 10111011 | 11011111 | 10111001 | 10000 | 0 | 10001 | 1101 | 1110101 | 100101 | 1010000 |
Color Harmonies of #BBDFB9
Complementary color
Monochromatic Colors of #BBDFB9
Black with #BBDFB9
Text Example
Text Example
White with #BBDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFB9; }
p { color: rgb(187,223,185); }
H1.HeaderClassName
{
color: #BBDFB9;
}
.AnyTagClassName
{
color: #BBDFB9;
}
</style>
background-color css
<style>
a { background-color: #BBDFB9; }
a { background-color: rgb(187,223,185); }
div.DivClassName
{
background-color: #BBDFB9;
}
.BgClassName
{
background-color: #BBDFB9;
}
</style>
border-color css
<style>
span { border-color: #BBDFB9; }
span { border-color: rgb(187,223,185); }
td.TdClassName
{
border-color: #BBDFB9;
}
.TagClassName
{
border-color: #BBDFB9;
}
</style>