Shades of Lavender Blue #BDBEF6
Tints of Lavender Blue #BDBEF6
RGB
CMYK
RGB Variations
Color information
#BDBEF6 (or 0xBDBEF6) is known color: Lavender Blue. HEX triplet: BD, BE and F6. RGB value is (189,190,246). Sum of RGB (Red+Green+Blue) = 189+190+246=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDBEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEF6 is #424109. Grayscale: #C3C3C3. Windows color (decimal): -4342026 or 16170685. OLE color: 16170685.
HSL color Cylindrical-coordinate representation of color #BDBEF6: hue angle of 238.95º 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 #BDBEF6 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 190 | 246 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.04 |
| HSL | 238.95º | 0.76% | 0.85% | - |
| HSV(B) | 238.95º | 0.23% | 0.96% | - |
| XYZ | 56.03 | 54.3 | 94.72 | - |
| YUV | 196.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 246 | 0.23 | 0.23 | 0 | 0.04 | 238.95 | 0.76 | 0.85 |
| Hex | BD | BE | F6 | 17 | 17 | 0 | 4 | EF | 4C | 55 |
| Octal | 275 | 276 | 366 | 27 | 27 | 0 | 4 | 357 | 114 | 125 |
| Binary | 10111101 | 10111110 | 11110110 | 10111 | 10111 | 0 | 100 | 11101111 | 1001100 | 1010101 |
Color Harmonies of #BDBEF6
Complementary color
Monochromatic Colors of #BDBEF6
Black with #BDBEF6
Text Example
Text Example
White with #BDBEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEF6; }
p { color: rgb(189,190,246); }
H1.HeaderClassName
{
color: #BDBEF6;
}
.AnyTagClassName
{
color: #BDBEF6;
}
</style>
background-color css
<style>
a { background-color: #BDBEF6; }
a { background-color: rgb(189,190,246); }
div.DivClassName
{
background-color: #BDBEF6;
}
.BgClassName
{
background-color: #BDBEF6;
}
</style>
border-color css
<style>
span { border-color: #BDBEF6; }
span { border-color: rgb(189,190,246); }
td.TdClassName
{
border-color: #BDBEF6;
}
.TagClassName
{
border-color: #BDBEF6;
}
</style>