Shades of Lavender Blue #BDC5F8
Tints of Lavender Blue #BDC5F8
RGB
CMYK
RGB Variations
Color information
#BDC5F8 (or 0xBDC5F8) is known color: Lavender Blue. HEX triplet: BD, C5 and F8. RGB value is (189,197,248). Sum of RGB (Red+Green+Blue) = 189+197+248=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDC5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F8 is #423A07. Grayscale: #C8C8C8. Windows color (decimal): -4340232 or 16303549. OLE color: 16303549.
HSL color Cylindrical-coordinate representation of color #BDC5F8: hue angle of 231.86º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC5F8 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 197 | 248 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.03 |
| HSL | 231.86º | 0.81% | 0.86% | - |
| HSV(B) | 231.86º | 0.24% | 0.97% | - |
| XYZ | 57.9 | 57.53 | 96.86 | - |
| YUV | 200.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 248 | 0.24 | 0.21 | 0 | 0.03 | 231.86 | 0.81 | 0.86 |
| Hex | BD | C5 | F8 | 18 | 15 | 0 | 3 | E8 | 51 | 56 |
| Octal | 275 | 305 | 370 | 30 | 25 | 0 | 3 | 350 | 121 | 126 |
| Binary | 10111101 | 11000101 | 11111000 | 11000 | 10101 | 0 | 11 | 11101000 | 1010001 | 1010110 |
Color Harmonies of #BDC5F8
Complementary color
Monochromatic Colors of #BDC5F8
Black with #BDC5F8
Text Example
Text Example
White with #BDC5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F8; }
p { color: rgb(189,197,248); }
H1.HeaderClassName
{
color: #BDC5F8;
}
.AnyTagClassName
{
color: #BDC5F8;
}
</style>
background-color css
<style>
a { background-color: #BDC5F8; }
a { background-color: rgb(189,197,248); }
div.DivClassName
{
background-color: #BDC5F8;
}
.BgClassName
{
background-color: #BDC5F8;
}
</style>
border-color css
<style>
span { border-color: #BDC5F8; }
span { border-color: rgb(189,197,248); }
td.TdClassName
{
border-color: #BDC5F8;
}
.TagClassName
{
border-color: #BDC5F8;
}
</style>