Shades of Lavender Blue #BDC5FA
Tints of Lavender Blue #BDC5FA
RGB
CMYK
RGB Variations
Color information
#BDC5FA (or 0xBDC5FA) is known color: Lavender Blue. HEX triplet: BD, C5 and FA. RGB value is (189,197,250). Sum of RGB (Red+Green+Blue) = 189+197+250=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5FA is #423A05. Grayscale: #C8C8C8. Windows color (decimal): -4340230 or 16434621. OLE color: 16434621.
HSL color Cylindrical-coordinate representation of color #BDC5FA: hue angle of 232.13º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC5FA is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 197 | 250 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.02 |
| HSL | 232.13º | 0.86% | 0.86% | - |
| HSV(B) | 232.13º | 0.24% | 0.98% | - |
| XYZ | 58.21 | 57.65 | 98.5 | - |
| YUV | 200.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 250 | 0.24 | 0.21 | 0 | 0.02 | 232.13 | 0.86 | 0.86 |
| Hex | BD | C5 | FA | 18 | 15 | 0 | 2 | E8 | 56 | 56 |
| Octal | 275 | 305 | 372 | 30 | 25 | 0 | 2 | 350 | 126 | 126 |
| Binary | 10111101 | 11000101 | 11111010 | 11000 | 10101 | 0 | 10 | 11101000 | 1010110 | 1010110 |
Color Harmonies of #BDC5FA
Complementary color
Monochromatic Colors of #BDC5FA
Black with #BDC5FA
Text Example
Text Example
White with #BDC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5FA; }
p { color: rgb(189,197,250); }
H1.HeaderClassName
{
color: #BDC5FA;
}
.AnyTagClassName
{
color: #BDC5FA;
}
</style>
background-color css
<style>
a { background-color: #BDC5FA; }
a { background-color: rgb(189,197,250); }
div.DivClassName
{
background-color: #BDC5FA;
}
.BgClassName
{
background-color: #BDC5FA;
}
</style>
border-color css
<style>
span { border-color: #BDC5FA; }
span { border-color: rgb(189,197,250); }
td.TdClassName
{
border-color: #BDC5FA;
}
.TagClassName
{
border-color: #BDC5FA;
}
</style>