Shades of Fog #D5BCFE
Tints of Fog #D5BCFE
RGB
CMYK
RGB Variations
Color information
#D5BCFE (or 0xD5BCFE) is known color: Fog. HEX triplet: D5, BC and FE. RGB value is (213,188,254). Sum of RGB (Red+Green+Blue) = 213+188+254=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCFE is #2A4301. Grayscale: #CACACA. Windows color (decimal): -2769666 or 16694485. OLE color: 16694485.
HSL color Cylindrical-coordinate representation of color #D5BCFE: hue angle of 262.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BCFE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 188 | 254 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.00 |
| HSL | 262.73º | 0.97% | 0.87% | - |
| HSV(B) | 262.73º | 0.26% | 1% | - |
| XYZ | 63.31 | 57.27 | 101.48 | - |
| YUV | 203 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 254 | 0.16 | 0.26 | 0 | 0.00 | 262.73 | 0.97 | 0.87 |
| Hex | D5 | BC | FE | 10 | 1A | 0 | 0 | 107 | 61 | 57 |
| Octal | 325 | 274 | 376 | 20 | 32 | 0 | 0 | 407 | 141 | 127 |
| Binary | 11010101 | 10111100 | 11111110 | 10000 | 11010 | 0 | 0 | 100000111 | 1100001 | 1010111 |
Color Harmonies of #D5BCFE
Complementary color
Monochromatic Colors of #D5BCFE
Black with #D5BCFE
Text Example
Text Example
White with #D5BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCFE; }
p { color: rgb(213,188,254); }
H1.HeaderClassName
{
color: #D5BCFE;
}
.AnyTagClassName
{
color: #D5BCFE;
}
</style>
background-color css
<style>
a { background-color: #D5BCFE; }
a { background-color: rgb(213,188,254); }
div.DivClassName
{
background-color: #D5BCFE;
}
.BgClassName
{
background-color: #D5BCFE;
}
</style>
border-color css
<style>
span { border-color: #D5BCFE; }
span { border-color: rgb(213,188,254); }
td.TdClassName
{
border-color: #D5BCFE;
}
.TagClassName
{
border-color: #D5BCFE;
}
</style>