Shades of Fog #D1BCFA
Tints of Fog #D1BCFA
RGB
CMYK
RGB Variations
Color information
#D1BCFA (or 0xD1BCFA) is known color: Fog. HEX triplet: D1, BC and FA. RGB value is (209,188,250). Sum of RGB (Red+Green+Blue) = 209+188+250=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCFA is #2E4305. Grayscale: #C9C9C9. Windows color (decimal): -3031814 or 16432337. OLE color: 16432337.
HSL color Cylindrical-coordinate representation of color #D1BCFA: hue angle of 260.32º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1BCFA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 188 | 250 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.02 |
| HSL | 260.32º | 0.86% | 0.86% | - |
| HSV(B) | 260.32º | 0.25% | 0.98% | - |
| XYZ | 61.53 | 56.42 | 98.09 | - |
| YUV | 201.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 250 | 0.16 | 0.25 | 0 | 0.02 | 260.32 | 0.86 | 0.86 |
| Hex | D1 | BC | FA | 10 | 19 | 0 | 2 | 104 | 56 | 56 |
| Octal | 321 | 274 | 372 | 20 | 31 | 0 | 2 | 404 | 126 | 126 |
| Binary | 11010001 | 10111100 | 11111010 | 10000 | 11001 | 0 | 10 | 100000100 | 1010110 | 1010110 |
Color Harmonies of #D1BCFA
Complementary color
Monochromatic Colors of #D1BCFA
Black with #D1BCFA
Text Example
Text Example
White with #D1BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCFA; }
p { color: rgb(209,188,250); }
H1.HeaderClassName
{
color: #D1BCFA;
}
.AnyTagClassName
{
color: #D1BCFA;
}
</style>
background-color css
<style>
a { background-color: #D1BCFA; }
a { background-color: rgb(209,188,250); }
div.DivClassName
{
background-color: #D1BCFA;
}
.BgClassName
{
background-color: #D1BCFA;
}
</style>
border-color css
<style>
span { border-color: #D1BCFA; }
span { border-color: rgb(209,188,250); }
td.TdClassName
{
border-color: #D1BCFA;
}
.TagClassName
{
border-color: #D1BCFA;
}
</style>