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