Shades of Lavender Blue #BDC5F6
Tints of Lavender Blue #BDC5F6
RGB
CMYK
RGB Variations
Color information
#BDC5F6 (or 0xBDC5F6) is known color: Lavender Blue. HEX triplet: BD, C5 and F6. RGB value is (189,197,246). Sum of RGB (Red+Green+Blue) = 189+197+246=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F6 is #423A09. Grayscale: #C7C7C7. Windows color (decimal): -4340234 or 16172477. OLE color: 16172477.
HSL color Cylindrical-coordinate representation of color #BDC5F6: hue angle of 231.58º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC5F6 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 197 | 246 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.04 |
| HSL | 231.58º | 0.76% | 0.85% | - |
| HSV(B) | 231.58º | 0.23% | 0.96% | - |
| XYZ | 57.59 | 57.41 | 95.23 | - |
| YUV | 200.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 246 | 0.23 | 0.20 | 0 | 0.04 | 231.58 | 0.76 | 0.85 |
| Hex | BD | C5 | F6 | 17 | 14 | 0 | 4 | E8 | 4C | 55 |
| Octal | 275 | 305 | 366 | 27 | 24 | 0 | 4 | 350 | 114 | 125 |
| Binary | 10111101 | 11000101 | 11110110 | 10111 | 10100 | 0 | 100 | 11101000 | 1001100 | 1010101 |
Color Harmonies of #BDC5F6
Complementary color
Monochromatic Colors of #BDC5F6
Black with #BDC5F6
Text Example
Text Example
White with #BDC5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F6; }
p { color: rgb(189,197,246); }
H1.HeaderClassName
{
color: #BDC5F6;
}
.AnyTagClassName
{
color: #BDC5F6;
}
</style>
background-color css
<style>
a { background-color: #BDC5F6; }
a { background-color: rgb(189,197,246); }
div.DivClassName
{
background-color: #BDC5F6;
}
.BgClassName
{
background-color: #BDC5F6;
}
</style>
border-color css
<style>
span { border-color: #BDC5F6; }
span { border-color: rgb(189,197,246); }
td.TdClassName
{
border-color: #BDC5F6;
}
.TagClassName
{
border-color: #BDC5F6;
}
</style>