Shades of Surf #BBDDBD
Tints of Surf #BBDDBD
RGB
CMYK
RGB Variations
Color information
#BBDDBD (or 0xBBDDBD) is known color: Surf. HEX triplet: BB, DD and BD. RGB value is (187,221,189). Sum of RGB (Red+Green+Blue) = 187+221+189=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDBD is #442242. Grayscale: #CFCFCF. Windows color (decimal): -4465219 or 12443067. OLE color: 12443067.
HSL color Cylindrical-coordinate representation of color #BBDDBD: hue angle of 123.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDBD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 189 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.13 |
| HSL | 123.53º | 0.33% | 0.8% | - |
| HSV(B) | 123.53º | 0.15% | 0.87% | - |
| XYZ | 55.54 | 65.95 | 57.95 | - |
| YUV | 207.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 189 | 0.15 | 0 | 0.14 | 0.13 | 123.53 | 0.33 | 0.8 |
| Hex | BB | DD | BD | F | 0 | E | D | 7C | 21 | 50 |
| Octal | 273 | 335 | 275 | 17 | 0 | 16 | 15 | 174 | 41 | 120 |
| Binary | 10111011 | 11011101 | 10111101 | 1111 | 0 | 1110 | 1101 | 1111100 | 100001 | 1010000 |
Color Harmonies of #BBDDBD
Complementary color
Monochromatic Colors of #BBDDBD
Black with #BBDDBD
Text Example
Text Example
White with #BBDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDBD; }
p { color: rgb(187,221,189); }
H1.HeaderClassName
{
color: #BBDDBD;
}
.AnyTagClassName
{
color: #BBDDBD;
}
</style>
background-color css
<style>
a { background-color: #BBDDBD; }
a { background-color: rgb(187,221,189); }
div.DivClassName
{
background-color: #BBDDBD;
}
.BgClassName
{
background-color: #BBDDBD;
}
</style>
border-color css
<style>
span { border-color: #BBDDBD; }
span { border-color: rgb(187,221,189); }
td.TdClassName
{
border-color: #BBDDBD;
}
.TagClassName
{
border-color: #BBDDBD;
}
</style>