Shades of Lavender Blue #BDC9FF
Tints of Lavender Blue #BDC9FF
RGB
CMYK
RGB Variations
Color information
#BDC9FF (or 0xBDC9FF) is known color: Lavender Blue. HEX triplet: BD, C9 and FF. RGB value is (189,201,255). Sum of RGB (Red+Green+Blue) = 189+201+255=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9FF is #423600. Grayscale: #CBCBCB. Windows color (decimal): -4339201 or 16763325. OLE color: 16763325.
HSL color Cylindrical-coordinate representation of color #BDC9FF: hue angle of 229.09º 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 #BDC9FF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 201 | 255 | - |
| CMYK | 0.26 | 0.21 | 0 | 0 |
| HSL | 229.09º | 1% | 0.87% | - |
| HSV(B) | 229.09º | 0.26% | 1% | - |
| XYZ | 59.92 | 59.81 | 102.99 | - |
| YUV | 203.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 255 | 0.26 | 0.21 | 0 | 0 | 229.09 | 1 | 0.87 |
| Hex | BD | C9 | FF | 1A | 15 | 0 | 0 | E5 | 64 | 57 |
| Octal | 275 | 311 | 377 | 32 | 25 | 0 | 0 | 345 | 144 | 127 |
| Binary | 10111101 | 11001001 | 11111111 | 11010 | 10101 | 0 | 0 | 11100101 | 1100100 | 1010111 |
Color Harmonies of #BDC9FF
Complementary color
Monochromatic Colors of #BDC9FF
Black with #BDC9FF
Text Example
Text Example
White with #BDC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9FF; }
p { color: rgb(189,201,255); }
H1.HeaderClassName
{
color: #BDC9FF;
}
.AnyTagClassName
{
color: #BDC9FF;
}
</style>
background-color css
<style>
a { background-color: #BDC9FF; }
a { background-color: rgb(189,201,255); }
div.DivClassName
{
background-color: #BDC9FF;
}
.BgClassName
{
background-color: #BDC9FF;
}
</style>
border-color css
<style>
span { border-color: #BDC9FF; }
span { border-color: rgb(189,201,255); }
td.TdClassName
{
border-color: #BDC9FF;
}
.TagClassName
{
border-color: #BDC9FF;
}
</style>