Shades of Fog #D4BCFA
Tints of Fog #D4BCFA
RGB
CMYK
RGB Variations
Color information
#D4BCFA (or 0xD4BCFA) is known color: Fog. HEX triplet: D4, BC and FA. RGB value is (212,188,250). Sum of RGB (Red+Green+Blue) = 212+188+250=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCFA is #2B4305. Grayscale: #CACACA. Windows color (decimal): -2835206 or 16432340. OLE color: 16432340.
HSL color Cylindrical-coordinate representation of color #D4BCFA: hue angle of 263.23º 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 #D4BCFA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 188 | 250 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.02 |
| HSL | 263.23º | 0.86% | 0.86% | - |
| HSV(B) | 263.23º | 0.25% | 0.98% | - |
| XYZ | 62.39 | 56.87 | 98.13 | - |
| YUV | 202.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 250 | 0.15 | 0.25 | 0 | 0.02 | 263.23 | 0.86 | 0.86 |
| Hex | D4 | BC | FA | F | 19 | 0 | 2 | 107 | 56 | 56 |
| Octal | 324 | 274 | 372 | 17 | 31 | 0 | 2 | 407 | 126 | 126 |
| Binary | 11010100 | 10111100 | 11111010 | 1111 | 11001 | 0 | 10 | 100000111 | 1010110 | 1010110 |
Color Harmonies of #D4BCFA
Complementary color
Monochromatic Colors of #D4BCFA
Black with #D4BCFA
Text Example
Text Example
White with #D4BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCFA; }
p { color: rgb(212,188,250); }
H1.HeaderClassName
{
color: #D4BCFA;
}
.AnyTagClassName
{
color: #D4BCFA;
}
</style>
background-color css
<style>
a { background-color: #D4BCFA; }
a { background-color: rgb(212,188,250); }
div.DivClassName
{
background-color: #D4BCFA;
}
.BgClassName
{
background-color: #D4BCFA;
}
</style>
border-color css
<style>
span { border-color: #D4BCFA; }
span { border-color: rgb(212,188,250); }
td.TdClassName
{
border-color: #D4BCFA;
}
.TagClassName
{
border-color: #D4BCFA;
}
</style>