Shades of Lavender Blue #BDC4FC
Tints of Lavender Blue #BDC4FC
RGB
CMYK
RGB Variations
Color information
#BDC4FC (or 0xBDC4FC) is known color: Lavender Blue. HEX triplet: BD, C4 and FC. RGB value is (189,196,252). Sum of RGB (Red+Green+Blue) = 189+196+252=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4FC is #423B03. Grayscale: #C8C8C8. Windows color (decimal): -4340484 or 16565437. OLE color: 16565437.
HSL color Cylindrical-coordinate representation of color #BDC4FC: hue angle of 233.33º 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 #BDC4FC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 196 | 252 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.01 |
| HSL | 233.33º | 0.91% | 0.86% | - |
| HSV(B) | 233.33º | 0.25% | 0.99% | - |
| XYZ | 58.3 | 57.33 | 100.09 | - |
| YUV | 200.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 252 | 0.25 | 0.22 | 0 | 0.01 | 233.33 | 0.91 | 0.86 |
| Hex | BD | C4 | FC | 19 | 16 | 0 | 1 | E9 | 5B | 56 |
| Octal | 275 | 304 | 374 | 31 | 26 | 0 | 1 | 351 | 133 | 126 |
| Binary | 10111101 | 11000100 | 11111100 | 11001 | 10110 | 0 | 1 | 11101001 | 1011011 | 1010110 |
Color Harmonies of #BDC4FC
Complementary color
Monochromatic Colors of #BDC4FC
Black with #BDC4FC
Text Example
Text Example
White with #BDC4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4FC; }
p { color: rgb(189,196,252); }
H1.HeaderClassName
{
color: #BDC4FC;
}
.AnyTagClassName
{
color: #BDC4FC;
}
</style>
background-color css
<style>
a { background-color: #BDC4FC; }
a { background-color: rgb(189,196,252); }
div.DivClassName
{
background-color: #BDC4FC;
}
.BgClassName
{
background-color: #BDC4FC;
}
</style>
border-color css
<style>
span { border-color: #BDC4FC; }
span { border-color: rgb(189,196,252); }
td.TdClassName
{
border-color: #BDC4FC;
}
.TagClassName
{
border-color: #BDC4FC;
}
</style>