Shades of Lavender Blue #BDC0F1
Tints of Lavender Blue #BDC0F1
RGB
CMYK
RGB Variations
Color information
#BDC0F1 (or 0xBDC0F1) is known color: Lavender Blue. HEX triplet: BD, C0 and F1. RGB value is (189,192,241). Sum of RGB (Red+Green+Blue) = 189+192+241=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0F1 is #423F0E. Grayscale: #C4C4C4. Windows color (decimal): -4341519 or 15843517. OLE color: 15843517.
HSL color Cylindrical-coordinate representation of color #BDC0F1: hue angle of 236.54º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC0F1 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 192 | 241 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.05 |
| HSL | 236.54º | 0.65% | 0.84% | - |
| HSV(B) | 236.54º | 0.22% | 0.95% | - |
| XYZ | 55.71 | 54.87 | 90.87 | - |
| YUV | 196.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 241 | 0.22 | 0.20 | 0 | 0.05 | 236.54 | 0.65 | 0.84 |
| Hex | BD | C0 | F1 | 16 | 14 | 0 | 5 | ED | 41 | 54 |
| Octal | 275 | 300 | 361 | 26 | 24 | 0 | 5 | 355 | 101 | 124 |
| Binary | 10111101 | 11000000 | 11110001 | 10110 | 10100 | 0 | 101 | 11101101 | 1000001 | 1010100 |
Color Harmonies of #BDC0F1
Complementary color
Monochromatic Colors of #BDC0F1
Black with #BDC0F1
Text Example
Text Example
White with #BDC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0F1; }
p { color: rgb(189,192,241); }
H1.HeaderClassName
{
color: #BDC0F1;
}
.AnyTagClassName
{
color: #BDC0F1;
}
</style>
background-color css
<style>
a { background-color: #BDC0F1; }
a { background-color: rgb(189,192,241); }
div.DivClassName
{
background-color: #BDC0F1;
}
.BgClassName
{
background-color: #BDC0F1;
}
</style>
border-color css
<style>
span { border-color: #BDC0F1; }
span { border-color: rgb(189,192,241); }
td.TdClassName
{
border-color: #BDC0F1;
}
.TagClassName
{
border-color: #BDC0F1;
}
</style>