Shades of Lavender Blue #BDC3FA
Tints of Lavender Blue #BDC3FA
RGB
CMYK
RGB Variations
Color information
#BDC3FA (or 0xBDC3FA) is known color: Lavender Blue. HEX triplet: BD, C3 and FA. RGB value is (189,195,250). Sum of RGB (Red+Green+Blue) = 189+195+250=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3FA is #423C05. Grayscale: #C7C7C7. Windows color (decimal): -4340742 or 16434109. OLE color: 16434109.
HSL color Cylindrical-coordinate representation of color #BDC3FA: hue angle of 234.1º 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 #BDC3FA is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 195 | 250 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.02 |
| HSL | 234.1º | 0.86% | 0.86% | - |
| HSV(B) | 234.1º | 0.24% | 0.98% | - |
| XYZ | 57.76 | 56.75 | 98.35 | - |
| YUV | 199.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 250 | 0.24 | 0.22 | 0 | 0.02 | 234.1 | 0.86 | 0.86 |
| Hex | BD | C3 | FA | 18 | 16 | 0 | 2 | EA | 56 | 56 |
| Octal | 275 | 303 | 372 | 30 | 26 | 0 | 2 | 352 | 126 | 126 |
| Binary | 10111101 | 11000011 | 11111010 | 11000 | 10110 | 0 | 10 | 11101010 | 1010110 | 1010110 |
Color Harmonies of #BDC3FA
Complementary color
Monochromatic Colors of #BDC3FA
Black with #BDC3FA
Text Example
Text Example
White with #BDC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3FA; }
p { color: rgb(189,195,250); }
H1.HeaderClassName
{
color: #BDC3FA;
}
.AnyTagClassName
{
color: #BDC3FA;
}
</style>
background-color css
<style>
a { background-color: #BDC3FA; }
a { background-color: rgb(189,195,250); }
div.DivClassName
{
background-color: #BDC3FA;
}
.BgClassName
{
background-color: #BDC3FA;
}
</style>
border-color css
<style>
span { border-color: #BDC3FA; }
span { border-color: rgb(189,195,250); }
td.TdClassName
{
border-color: #BDC3FA;
}
.TagClassName
{
border-color: #BDC3FA;
}
</style>