Shades of Fog #D1BCFC
Tints of Fog #D1BCFC
RGB
CMYK
RGB Variations
Color information
#D1BCFC (or 0xD1BCFC) is known color: Fog. HEX triplet: D1, BC and FC. RGB value is (209,188,252). Sum of RGB (Red+Green+Blue) = 209+188+252=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCFC is #2E4303. Grayscale: #C9C9C9. Windows color (decimal): -3031812 or 16563409. OLE color: 16563409.
HSL color Cylindrical-coordinate representation of color #D1BCFC: hue angle of 259.69º 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 #D1BCFC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 188 | 252 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.01 |
| HSL | 259.69º | 0.91% | 0.86% | - |
| HSV(B) | 259.69º | 0.25% | 0.99% | - |
| XYZ | 61.85 | 56.55 | 99.75 | - |
| YUV | 201.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 252 | 0.17 | 0.25 | 0 | 0.01 | 259.69 | 0.91 | 0.86 |
| Hex | D1 | BC | FC | 11 | 19 | 0 | 1 | 104 | 5B | 56 |
| Octal | 321 | 274 | 374 | 21 | 31 | 0 | 1 | 404 | 133 | 126 |
| Binary | 11010001 | 10111100 | 11111100 | 10001 | 11001 | 0 | 1 | 100000100 | 1011011 | 1010110 |
Color Harmonies of #D1BCFC
Complementary color
Monochromatic Colors of #D1BCFC
Black with #D1BCFC
Text Example
Text Example
White with #D1BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCFC; }
p { color: rgb(209,188,252); }
H1.HeaderClassName
{
color: #D1BCFC;
}
.AnyTagClassName
{
color: #D1BCFC;
}
</style>
background-color css
<style>
a { background-color: #D1BCFC; }
a { background-color: rgb(209,188,252); }
div.DivClassName
{
background-color: #D1BCFC;
}
.BgClassName
{
background-color: #D1BCFC;
}
</style>
border-color css
<style>
span { border-color: #D1BCFC; }
span { border-color: rgb(209,188,252); }
td.TdClassName
{
border-color: #D1BCFC;
}
.TagClassName
{
border-color: #D1BCFC;
}
</style>