Shades of Surf #BBDDBB
Tints of Surf #BBDDBB
RGB
CMYK
RGB Variations
Color information
#BBDDBB (or 0xBBDDBB) is known color: Surf. HEX triplet: BB, DD and BB. RGB value is (187,221,187). Sum of RGB (Red+Green+Blue) = 187+221+187=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDBB is #442244. Grayscale: #CFCFCF. Windows color (decimal): -4465221 or 12311995. OLE color: 12311995.
HSL color Cylindrical-coordinate representation of color #BBDDBB: hue angle of 120º 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 #BBDDBB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 187 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.13 |
| HSL | 120º | 0.33% | 0.8% | - |
| HSV(B) | 120º | 0.15% | 0.87% | - |
| XYZ | 55.32 | 65.87 | 56.81 | - |
| YUV | 206.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 187 | 0.15 | 0 | 0.15 | 0.13 | 120 | 0.33 | 0.8 |
| Hex | BB | DD | BB | F | 0 | F | D | 78 | 21 | 50 |
| Octal | 273 | 335 | 273 | 17 | 0 | 17 | 15 | 170 | 41 | 120 |
| Binary | 10111011 | 11011101 | 10111011 | 1111 | 0 | 1111 | 1101 | 1111000 | 100001 | 1010000 |
Color Harmonies of #BBDDBB
Complementary color
Monochromatic Colors of #BBDDBB
Black with #BBDDBB
Text Example
Text Example
White with #BBDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDBB; }
p { color: rgb(187,221,187); }
H1.HeaderClassName
{
color: #BBDDBB;
}
.AnyTagClassName
{
color: #BBDDBB;
}
</style>
background-color css
<style>
a { background-color: #BBDDBB; }
a { background-color: rgb(187,221,187); }
div.DivClassName
{
background-color: #BBDDBB;
}
.BgClassName
{
background-color: #BBDDBB;
}
</style>
border-color css
<style>
span { border-color: #BBDDBB; }
span { border-color: rgb(187,221,187); }
td.TdClassName
{
border-color: #BBDDBB;
}
.TagClassName
{
border-color: #BBDDBB;
}
</style>