Shades of Lavender Blue #BDB0FE
Tints of Lavender Blue #BDB0FE
RGB
CMYK
RGB Variations
Color information
#BDB0FE (or 0xBDB0FE) is known color: Lavender Blue. HEX triplet: BD, B0 and FE. RGB value is (189,176,254). Sum of RGB (Red+Green+Blue) = 189+176+254=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0FE is #424F01. Grayscale: #BCBCBC. Windows color (decimal): -4345602 or 16691389. OLE color: 16691389.
HSL color Cylindrical-coordinate representation of color #BDB0FE: hue angle of 250º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB0FE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 176 | 254 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.00 |
| HSL | 250º | 0.98% | 0.84% | - |
| HSV(B) | 250º | 0.31% | 1% | - |
| XYZ | 54.4 | 49.03 | 100.36 | - |
| YUV | 188.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 254 | 0.26 | 0.31 | 0 | 0.00 | 250 | 0.98 | 0.84 |
| Hex | BD | B0 | FE | 1A | 1F | 0 | 0 | FA | 62 | 54 |
| Octal | 275 | 260 | 376 | 32 | 37 | 0 | 0 | 372 | 142 | 124 |
| Binary | 10111101 | 10110000 | 11111110 | 11010 | 11111 | 0 | 0 | 11111010 | 1100010 | 1010100 |
Color Harmonies of #BDB0FE
Complementary color
Monochromatic Colors of #BDB0FE
Black with #BDB0FE
Text Example
Text Example
White with #BDB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0FE; }
p { color: rgb(189,176,254); }
H1.HeaderClassName
{
color: #BDB0FE;
}
.AnyTagClassName
{
color: #BDB0FE;
}
</style>
background-color css
<style>
a { background-color: #BDB0FE; }
a { background-color: rgb(189,176,254); }
div.DivClassName
{
background-color: #BDB0FE;
}
.BgClassName
{
background-color: #BDB0FE;
}
</style>
border-color css
<style>
span { border-color: #BDB0FE; }
span { border-color: rgb(189,176,254); }
td.TdClassName
{
border-color: #BDB0FE;
}
.TagClassName
{
border-color: #BDB0FE;
}
</style>