Shades of Lavender Blue #BDC3FC
Tints of Lavender Blue #BDC3FC
RGB
CMYK
RGB Variations
Color information
#BDC3FC (or 0xBDC3FC) is known color: Lavender Blue. HEX triplet: BD, C3 and FC. RGB value is (189,195,252). Sum of RGB (Red+Green+Blue) = 189+195+252=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3FC is #423C03. Grayscale: #C7C7C7. Windows color (decimal): -4340740 or 16565181. OLE color: 16565181.
HSL color Cylindrical-coordinate representation of color #BDC3FC: hue angle of 234.29º 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 #BDC3FC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 195 | 252 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.01 |
| HSL | 234.29º | 0.91% | 0.86% | - |
| HSV(B) | 234.29º | 0.25% | 0.99% | - |
| XYZ | 58.07 | 56.88 | 100.01 | - |
| YUV | 199.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 252 | 0.25 | 0.23 | 0 | 0.01 | 234.29 | 0.91 | 0.86 |
| Hex | BD | C3 | FC | 19 | 17 | 0 | 1 | EA | 5B | 56 |
| Octal | 275 | 303 | 374 | 31 | 27 | 0 | 1 | 352 | 133 | 126 |
| Binary | 10111101 | 11000011 | 11111100 | 11001 | 10111 | 0 | 1 | 11101010 | 1011011 | 1010110 |
Color Harmonies of #BDC3FC
Complementary color
Monochromatic Colors of #BDC3FC
Black with #BDC3FC
Text Example
Text Example
White with #BDC3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3FC; }
p { color: rgb(189,195,252); }
H1.HeaderClassName
{
color: #BDC3FC;
}
.AnyTagClassName
{
color: #BDC3FC;
}
</style>
background-color css
<style>
a { background-color: #BDC3FC; }
a { background-color: rgb(189,195,252); }
div.DivClassName
{
background-color: #BDC3FC;
}
.BgClassName
{
background-color: #BDC3FC;
}
</style>
border-color css
<style>
span { border-color: #BDC3FC; }
span { border-color: rgb(189,195,252); }
td.TdClassName
{
border-color: #BDC3FC;
}
.TagClassName
{
border-color: #BDC3FC;
}
</style>