Shades of Lavender Blue #BDBCFF
Tints of Lavender Blue #BDBCFF
RGB
CMYK
RGB Variations
Color information
#BDBCFF (or 0xBDBCFF) is known color: Lavender Blue. HEX triplet: BD, BC and FF. RGB value is (189,188,255). Sum of RGB (Red+Green+Blue) = 189+188+255=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCFF is #424300. Grayscale: #C3C3C3. Windows color (decimal): -4342529 or 16759997. OLE color: 16759997.
HSL color Cylindrical-coordinate representation of color #BDBCFF: hue angle of 240.9º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBCFF is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 188 | 255 | - |
| CMYK | 0.26 | 0.26 | 0 | 0 |
| HSL | 240.9º | 1% | 0.87% | - |
| HSV(B) | 240.9º | 0.26% | 1% | - |
| XYZ | 57.02 | 54.01 | 102.03 | - |
| YUV | 195.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 255 | 0.26 | 0.26 | 0 | 0 | 240.9 | 1 | 0.87 |
| Hex | BD | BC | FF | 1A | 1A | 0 | 0 | F1 | 64 | 57 |
| Octal | 275 | 274 | 377 | 32 | 32 | 0 | 0 | 361 | 144 | 127 |
| Binary | 10111101 | 10111100 | 11111111 | 11010 | 11010 | 0 | 0 | 11110001 | 1100100 | 1010111 |
Color Harmonies of #BDBCFF
Complementary color
Monochromatic Colors of #BDBCFF
Black with #BDBCFF
Text Example
Text Example
White with #BDBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCFF; }
p { color: rgb(189,188,255); }
H1.HeaderClassName
{
color: #BDBCFF;
}
.AnyTagClassName
{
color: #BDBCFF;
}
</style>
background-color css
<style>
a { background-color: #BDBCFF; }
a { background-color: rgb(189,188,255); }
div.DivClassName
{
background-color: #BDBCFF;
}
.BgClassName
{
background-color: #BDBCFF;
}
</style>
border-color css
<style>
span { border-color: #BDBCFF; }
span { border-color: rgb(189,188,255); }
td.TdClassName
{
border-color: #BDBCFF;
}
.TagClassName
{
border-color: #BDBCFF;
}
</style>