Shades of Lavender Blue #BDC0F7
Tints of Lavender Blue #BDC0F7
RGB
CMYK
RGB Variations
Color information
#BDC0F7 (or 0xBDC0F7) is known color: Lavender Blue. HEX triplet: BD, C0 and F7. RGB value is (189,192,247). Sum of RGB (Red+Green+Blue) = 189+192+247=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0F7 is #423F08. Grayscale: #C5C5C5. Windows color (decimal): -4341513 or 16236733. OLE color: 16236733.
HSL color Cylindrical-coordinate representation of color #BDC0F7: hue angle of 236.9º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC0F7 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 192 | 247 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.03 |
| HSL | 236.9º | 0.78% | 0.85% | - |
| HSV(B) | 236.9º | 0.23% | 0.97% | - |
| XYZ | 56.62 | 55.23 | 95.67 | - |
| YUV | 197.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 247 | 0.23 | 0.22 | 0 | 0.03 | 236.9 | 0.78 | 0.85 |
| Hex | BD | C0 | F7 | 17 | 16 | 0 | 3 | ED | 4E | 55 |
| Octal | 275 | 300 | 367 | 27 | 26 | 0 | 3 | 355 | 116 | 125 |
| Binary | 10111101 | 11000000 | 11110111 | 10111 | 10110 | 0 | 11 | 11101101 | 1001110 | 1010101 |
Color Harmonies of #BDC0F7
Complementary color
Monochromatic Colors of #BDC0F7
Black with #BDC0F7
Text Example
Text Example
White with #BDC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0F7; }
p { color: rgb(189,192,247); }
H1.HeaderClassName
{
color: #BDC0F7;
}
.AnyTagClassName
{
color: #BDC0F7;
}
</style>
background-color css
<style>
a { background-color: #BDC0F7; }
a { background-color: rgb(189,192,247); }
div.DivClassName
{
background-color: #BDC0F7;
}
.BgClassName
{
background-color: #BDC0F7;
}
</style>
border-color css
<style>
span { border-color: #BDC0F7; }
span { border-color: rgb(189,192,247); }
td.TdClassName
{
border-color: #BDC0F7;
}
.TagClassName
{
border-color: #BDC0F7;
}
</style>