Shades of Lavender Blue #BDBCF2
Tints of Lavender Blue #BDBCF2
RGB
CMYK
RGB Variations
Color information
#BDBCF2 (or 0xBDBCF2) is known color: Lavender Blue. HEX triplet: BD, BC and F2. RGB value is (189,188,242). Sum of RGB (Red+Green+Blue) = 189+188+242=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCF2 is #42430D. Grayscale: #C2C2C2. Windows color (decimal): -4342542 or 15908029. OLE color: 15908029.
HSL color Cylindrical-coordinate representation of color #BDBCF2: hue angle of 241.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDBCF2 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 188 | 242 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.05 |
| HSL | 241.11º | 0.68% | 0.84% | - |
| HSV(B) | 241.11º | 0.22% | 0.95% | - |
| XYZ | 55 | 53.2 | 91.37 | - |
| YUV | 194.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 242 | 0.22 | 0.22 | 0 | 0.05 | 241.11 | 0.68 | 0.84 |
| Hex | BD | BC | F2 | 16 | 16 | 0 | 5 | F1 | 44 | 54 |
| Octal | 275 | 274 | 362 | 26 | 26 | 0 | 5 | 361 | 104 | 124 |
| Binary | 10111101 | 10111100 | 11110010 | 10110 | 10110 | 0 | 101 | 11110001 | 1000100 | 1010100 |
Color Harmonies of #BDBCF2
Complementary color
Monochromatic Colors of #BDBCF2
Black with #BDBCF2
Text Example
Text Example
White with #BDBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCF2; }
p { color: rgb(189,188,242); }
H1.HeaderClassName
{
color: #BDBCF2;
}
.AnyTagClassName
{
color: #BDBCF2;
}
</style>
background-color css
<style>
a { background-color: #BDBCF2; }
a { background-color: rgb(189,188,242); }
div.DivClassName
{
background-color: #BDBCF2;
}
.BgClassName
{
background-color: #BDBCF2;
}
</style>
border-color css
<style>
span { border-color: #BDBCF2; }
span { border-color: rgb(189,188,242); }
td.TdClassName
{
border-color: #BDBCF2;
}
.TagClassName
{
border-color: #BDBCF2;
}
</style>