Shades of Lavender Blue #BDB2FE
Tints of Lavender Blue #BDB2FE
RGB
CMYK
RGB Variations
Color information
#BDB2FE (or 0xBDB2FE) is known color: Lavender Blue. HEX triplet: BD, B2 and FE. RGB value is (189,178,254). Sum of RGB (Red+Green+Blue) = 189+178+254=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2FE is #424D01. Grayscale: #BDBDBD. Windows color (decimal): -4345090 or 16691901. OLE color: 16691901.
HSL color Cylindrical-coordinate representation of color #BDB2FE: hue angle of 248.68º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB2FE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 178 | 254 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.00 |
| HSL | 248.68º | 0.97% | 0.85% | - |
| HSV(B) | 248.68º | 0.3% | 1% | - |
| XYZ | 54.8 | 49.82 | 100.49 | - |
| YUV | 189.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 254 | 0.26 | 0.30 | 0 | 0.00 | 248.68 | 0.97 | 0.85 |
| Hex | BD | B2 | FE | 1A | 1E | 0 | 0 | F9 | 61 | 55 |
| Octal | 275 | 262 | 376 | 32 | 36 | 0 | 0 | 371 | 141 | 125 |
| Binary | 10111101 | 10110010 | 11111110 | 11010 | 11110 | 0 | 0 | 11111001 | 1100001 | 1010101 |
Color Harmonies of #BDB2FE
Complementary color
Monochromatic Colors of #BDB2FE
Black with #BDB2FE
Text Example
Text Example
White with #BDB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2FE; }
p { color: rgb(189,178,254); }
H1.HeaderClassName
{
color: #BDB2FE;
}
.AnyTagClassName
{
color: #BDB2FE;
}
</style>
background-color css
<style>
a { background-color: #BDB2FE; }
a { background-color: rgb(189,178,254); }
div.DivClassName
{
background-color: #BDB2FE;
}
.BgClassName
{
background-color: #BDB2FE;
}
</style>
border-color css
<style>
span { border-color: #BDB2FE; }
span { border-color: rgb(189,178,254); }
td.TdClassName
{
border-color: #BDB2FE;
}
.TagClassName
{
border-color: #BDB2FE;
}
</style>