Shades of Lavender Blue #BDC5F9
Tints of Lavender Blue #BDC5F9
RGB
CMYK
RGB Variations
Color information
#BDC5F9 (or 0xBDC5F9) is known color: Lavender Blue. HEX triplet: BD, C5 and F9. RGB value is (189,197,249). Sum of RGB (Red+Green+Blue) = 189+197+249=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F9 is #423A06. Grayscale: #C8C8C8. Windows color (decimal): -4340231 or 16369085. OLE color: 16369085.
HSL color Cylindrical-coordinate representation of color #BDC5F9: hue angle of 232º 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 #BDC5F9 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 197 | 249 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.02 |
| HSL | 232º | 0.83% | 0.86% | - |
| HSV(B) | 232º | 0.24% | 0.98% | - |
| XYZ | 58.05 | 57.59 | 97.68 | - |
| YUV | 200.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 249 | 0.24 | 0.21 | 0 | 0.02 | 232 | 0.83 | 0.86 |
| Hex | BD | C5 | F9 | 18 | 15 | 0 | 2 | E8 | 53 | 56 |
| Octal | 275 | 305 | 371 | 30 | 25 | 0 | 2 | 350 | 123 | 126 |
| Binary | 10111101 | 11000101 | 11111001 | 11000 | 10101 | 0 | 10 | 11101000 | 1010011 | 1010110 |
Color Harmonies of #BDC5F9
Complementary color
Monochromatic Colors of #BDC5F9
Black with #BDC5F9
Text Example
Text Example
White with #BDC5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F9; }
p { color: rgb(189,197,249); }
H1.HeaderClassName
{
color: #BDC5F9;
}
.AnyTagClassName
{
color: #BDC5F9;
}
</style>
background-color css
<style>
a { background-color: #BDC5F9; }
a { background-color: rgb(189,197,249); }
div.DivClassName
{
background-color: #BDC5F9;
}
.BgClassName
{
background-color: #BDC5F9;
}
</style>
border-color css
<style>
span { border-color: #BDC5F9; }
span { border-color: rgb(189,197,249); }
td.TdClassName
{
border-color: #BDC5F9;
}
.TagClassName
{
border-color: #BDC5F9;
}
</style>