Shades of Fog #D2BCFC
Tints of Fog #D2BCFC
RGB
CMYK
RGB Variations
Color information
#D2BCFC (or 0xD2BCFC) is known color: Fog. HEX triplet: D2, BC and FC. RGB value is (210,188,252). Sum of RGB (Red+Green+Blue) = 210+188+252=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCFC is #2D4303. Grayscale: #C9C9C9. Windows color (decimal): -2966276 or 16563410. OLE color: 16563410.
HSL color Cylindrical-coordinate representation of color #D2BCFC: hue angle of 260.62º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2BCFC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 188 | 252 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.01 |
| HSL | 260.63º | 0.91% | 0.86% | - |
| HSV(B) | 260.63º | 0.25% | 0.99% | - |
| XYZ | 62.13 | 56.7 | 99.76 | - |
| YUV | 201.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 252 | 0.17 | 0.25 | 0 | 0.01 | 260.63 | 0.91 | 0.86 |
| Hex | D2 | BC | FC | 11 | 19 | 0 | 1 | 105 | 5B | 56 |
| Octal | 322 | 274 | 374 | 21 | 31 | 0 | 1 | 405 | 133 | 126 |
| Binary | 11010010 | 10111100 | 11111100 | 10001 | 11001 | 0 | 1 | 100000101 | 1011011 | 1010110 |
Color Harmonies of #D2BCFC
Complementary color
Monochromatic Colors of #D2BCFC
Black with #D2BCFC
Text Example
Text Example
White with #D2BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCFC; }
p { color: rgb(210,188,252); }
H1.HeaderClassName
{
color: #D2BCFC;
}
.AnyTagClassName
{
color: #D2BCFC;
}
</style>
background-color css
<style>
a { background-color: #D2BCFC; }
a { background-color: rgb(210,188,252); }
div.DivClassName
{
background-color: #D2BCFC;
}
.BgClassName
{
background-color: #D2BCFC;
}
</style>
border-color css
<style>
span { border-color: #D2BCFC; }
span { border-color: rgb(210,188,252); }
td.TdClassName
{
border-color: #D2BCFC;
}
.TagClassName
{
border-color: #D2BCFC;
}
</style>