Shades of Lavender Blue #BDC7FA
Tints of Lavender Blue #BDC7FA
RGB
CMYK
RGB Variations
Color information
#BDC7FA (or 0xBDC7FA) is known color: Lavender Blue. HEX triplet: BD, C7 and FA. RGB value is (189,199,250). Sum of RGB (Red+Green+Blue) = 189+199+250=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7FA is #423805. Grayscale: #C9C9C9. Windows color (decimal): -4339718 or 16435133. OLE color: 16435133.
HSL color Cylindrical-coordinate representation of color #BDC7FA: hue angle of 230.16º 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 #BDC7FA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 199 | 250 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.02 |
| HSL | 230.16º | 0.86% | 0.86% | - |
| HSV(B) | 230.16º | 0.24% | 0.98% | - |
| XYZ | 58.67 | 58.57 | 98.66 | - |
| YUV | 201.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 250 | 0.24 | 0.20 | 0 | 0.02 | 230.16 | 0.86 | 0.86 |
| Hex | BD | C7 | FA | 18 | 14 | 0 | 2 | E6 | 56 | 56 |
| Octal | 275 | 307 | 372 | 30 | 24 | 0 | 2 | 346 | 126 | 126 |
| Binary | 10111101 | 11000111 | 11111010 | 11000 | 10100 | 0 | 10 | 11100110 | 1010110 | 1010110 |
Color Harmonies of #BDC7FA
Complementary color
Monochromatic Colors of #BDC7FA
Black with #BDC7FA
Text Example
Text Example
White with #BDC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7FA; }
p { color: rgb(189,199,250); }
H1.HeaderClassName
{
color: #BDC7FA;
}
.AnyTagClassName
{
color: #BDC7FA;
}
</style>
background-color css
<style>
a { background-color: #BDC7FA; }
a { background-color: rgb(189,199,250); }
div.DivClassName
{
background-color: #BDC7FA;
}
.BgClassName
{
background-color: #BDC7FA;
}
</style>
border-color css
<style>
span { border-color: #BDC7FA; }
span { border-color: rgb(189,199,250); }
td.TdClassName
{
border-color: #BDC7FA;
}
.TagClassName
{
border-color: #BDC7FA;
}
</style>