Shades of Surf #BBDDBC
Tints of Surf #BBDDBC
RGB
CMYK
RGB Variations
Color information
#BBDDBC (or 0xBBDDBC) is known color: Surf. HEX triplet: BB, DD and BC. RGB value is (187,221,188). Sum of RGB (Red+Green+Blue) = 187+221+188=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDBC is #442243. Grayscale: #CFCFCF. Windows color (decimal): -4465220 or 12377531. OLE color: 12377531.
HSL color Cylindrical-coordinate representation of color #BBDDBC: hue angle of 121.76º 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 #BBDDBC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 188 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.13 |
| HSL | 121.76º | 0.33% | 0.8% | - |
| HSV(B) | 121.76º | 0.15% | 0.87% | - |
| XYZ | 55.43 | 65.91 | 57.38 | - |
| YUV | 207.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 188 | 0.15 | 0 | 0.15 | 0.13 | 121.76 | 0.33 | 0.8 |
| Hex | BB | DD | BC | F | 0 | F | D | 7A | 21 | 50 |
| Octal | 273 | 335 | 274 | 17 | 0 | 17 | 15 | 172 | 41 | 120 |
| Binary | 10111011 | 11011101 | 10111100 | 1111 | 0 | 1111 | 1101 | 1111010 | 100001 | 1010000 |
Color Harmonies of #BBDDBC
Complementary color
Monochromatic Colors of #BBDDBC
Black with #BBDDBC
Text Example
Text Example
White with #BBDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDBC; }
p { color: rgb(187,221,188); }
H1.HeaderClassName
{
color: #BBDDBC;
}
.AnyTagClassName
{
color: #BBDDBC;
}
</style>
background-color css
<style>
a { background-color: #BBDDBC; }
a { background-color: rgb(187,221,188); }
div.DivClassName
{
background-color: #BBDDBC;
}
.BgClassName
{
background-color: #BBDDBC;
}
</style>
border-color css
<style>
span { border-color: #BBDDBC; }
span { border-color: rgb(187,221,188); }
td.TdClassName
{
border-color: #BBDDBC;
}
.TagClassName
{
border-color: #BBDDBC;
}
</style>