Shades of Lavender Blue #BDC3F9
Tints of Lavender Blue #BDC3F9
RGB
CMYK
RGB Variations
Color information
#BDC3F9 (or 0xBDC3F9) is known color: Lavender Blue. HEX triplet: BD, C3 and F9. RGB value is (189,195,249). Sum of RGB (Red+Green+Blue) = 189+195+249=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3F9 is #423C06. Grayscale: #C7C7C7. Windows color (decimal): -4340743 or 16368573. OLE color: 16368573.
HSL color Cylindrical-coordinate representation of color #BDC3F9: hue angle of 234º degrees, saturation: 0.83, 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 #BDC3F9 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 195 | 249 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.02 |
| HSL | 234º | 0.83% | 0.86% | - |
| HSV(B) | 234º | 0.24% | 0.98% | - |
| XYZ | 57.6 | 56.69 | 97.53 | - |
| YUV | 199.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 249 | 0.24 | 0.22 | 0 | 0.02 | 234 | 0.83 | 0.86 |
| Hex | BD | C3 | F9 | 18 | 16 | 0 | 2 | EA | 53 | 56 |
| Octal | 275 | 303 | 371 | 30 | 26 | 0 | 2 | 352 | 123 | 126 |
| Binary | 10111101 | 11000011 | 11111001 | 11000 | 10110 | 0 | 10 | 11101010 | 1010011 | 1010110 |
Color Harmonies of #BDC3F9
Complementary color
Monochromatic Colors of #BDC3F9
Black with #BDC3F9
Text Example
Text Example
White with #BDC3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3F9; }
p { color: rgb(189,195,249); }
H1.HeaderClassName
{
color: #BDC3F9;
}
.AnyTagClassName
{
color: #BDC3F9;
}
</style>
background-color css
<style>
a { background-color: #BDC3F9; }
a { background-color: rgb(189,195,249); }
div.DivClassName
{
background-color: #BDC3F9;
}
.BgClassName
{
background-color: #BDC3F9;
}
</style>
border-color css
<style>
span { border-color: #BDC3F9; }
span { border-color: rgb(189,195,249); }
td.TdClassName
{
border-color: #BDC3F9;
}
.TagClassName
{
border-color: #BDC3F9;
}
</style>