Shades of Lavender Blue #BDC7FF
Tints of Lavender Blue #BDC7FF
RGB
CMYK
RGB Variations
Color information
#BDC7FF (or 0xBDC7FF) is known color: Lavender Blue. HEX triplet: BD, C7 and FF. RGB value is (189,199,255). Sum of RGB (Red+Green+Blue) = 189+199+255=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7FF is #423800. Grayscale: #CACACA. Windows color (decimal): -4339713 or 16762813. OLE color: 16762813.
HSL color Cylindrical-coordinate representation of color #BDC7FF: hue angle of 230.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC7FF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 199 | 255 | - |
| CMYK | 0.26 | 0.22 | 0 | 0 |
| HSL | 230.91º | 1% | 0.87% | - |
| HSV(B) | 230.91º | 0.26% | 1% | - |
| XYZ | 59.46 | 58.89 | 102.84 | - |
| YUV | 202.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 255 | 0.26 | 0.22 | 0 | 0 | 230.91 | 1 | 0.87 |
| Hex | BD | C7 | FF | 1A | 16 | 0 | 0 | E7 | 64 | 57 |
| Octal | 275 | 307 | 377 | 32 | 26 | 0 | 0 | 347 | 144 | 127 |
| Binary | 10111101 | 11000111 | 11111111 | 11010 | 10110 | 0 | 0 | 11100111 | 1100100 | 1010111 |
Color Harmonies of #BDC7FF
Complementary color
Monochromatic Colors of #BDC7FF
Black with #BDC7FF
Text Example
Text Example
White with #BDC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7FF; }
p { color: rgb(189,199,255); }
H1.HeaderClassName
{
color: #BDC7FF;
}
.AnyTagClassName
{
color: #BDC7FF;
}
</style>
background-color css
<style>
a { background-color: #BDC7FF; }
a { background-color: rgb(189,199,255); }
div.DivClassName
{
background-color: #BDC7FF;
}
.BgClassName
{
background-color: #BDC7FF;
}
</style>
border-color css
<style>
span { border-color: #BDC7FF; }
span { border-color: rgb(189,199,255); }
td.TdClassName
{
border-color: #BDC7FF;
}
.TagClassName
{
border-color: #BDC7FF;
}
</style>