Shades of Fog #D5BCFC
Tints of Fog #D5BCFC
RGB
CMYK
RGB Variations
Color information
#D5BCFC (or 0xD5BCFC) is known color: Fog. HEX triplet: D5, BC and FC. RGB value is (213,188,252). Sum of RGB (Red+Green+Blue) = 213+188+252=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCFC is #2A4303. Grayscale: #CACACA. Windows color (decimal): -2769668 or 16563413. OLE color: 16563413.
HSL color Cylindrical-coordinate representation of color #D5BCFC: hue angle of 263.44º 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 #D5BCFC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 188 | 252 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.01 |
| HSL | 263.44º | 0.91% | 0.86% | - |
| HSV(B) | 263.44º | 0.25% | 0.99% | - |
| XYZ | 62.99 | 57.14 | 99.8 | - |
| YUV | 202.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 252 | 0.15 | 0.25 | 0 | 0.01 | 263.44 | 0.91 | 0.86 |
| Hex | D5 | BC | FC | F | 19 | 0 | 1 | 107 | 5B | 56 |
| Octal | 325 | 274 | 374 | 17 | 31 | 0 | 1 | 407 | 133 | 126 |
| Binary | 11010101 | 10111100 | 11111100 | 1111 | 11001 | 0 | 1 | 100000111 | 1011011 | 1010110 |
Color Harmonies of #D5BCFC
Complementary color
Monochromatic Colors of #D5BCFC
Black with #D5BCFC
Text Example
Text Example
White with #D5BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCFC; }
p { color: rgb(213,188,252); }
H1.HeaderClassName
{
color: #D5BCFC;
}
.AnyTagClassName
{
color: #D5BCFC;
}
</style>
background-color css
<style>
a { background-color: #D5BCFC; }
a { background-color: rgb(213,188,252); }
div.DivClassName
{
background-color: #D5BCFC;
}
.BgClassName
{
background-color: #D5BCFC;
}
</style>
border-color css
<style>
span { border-color: #D5BCFC; }
span { border-color: rgb(213,188,252); }
td.TdClassName
{
border-color: #D5BCFC;
}
.TagClassName
{
border-color: #D5BCFC;
}
</style>