Shades of Lavender Blue #BDBDF9
Tints of Lavender Blue #BDBDF9
RGB
CMYK
RGB Variations
Color information
#BDBDF9 (or 0xBDBDF9) is known color: Lavender Blue. HEX triplet: BD, BD and F9. RGB value is (189,189,249). Sum of RGB (Red+Green+Blue) = 189+189+249=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDBDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDF9 is #424206. Grayscale: #C3C3C3. Windows color (decimal): -4342279 or 16367037. OLE color: 16367037.
HSL color Cylindrical-coordinate representation of color #BDBDF9: hue angle of 240º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDBDF9 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 189 | 249 | - |
CMYK | 0.24 | 0.24 | 0 | 0.02 |
HSL | 240º | 0.83% | 0.86% | - |
HSV(B) | 240º | 0.24% | 0.98% | - |
XYZ | 56.28 | 54.05 | 97.09 | - |
YUV | 195.84 | 158 | 123.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 249 | 0.24 | 0.24 | 0 | 0.02 | 240 | 0.83 | 0.86 |
Hex | BD | BD | F9 | 18 | 18 | 0 | 2 | F0 | 53 | 56 |
Octal | 275 | 275 | 371 | 30 | 30 | 0 | 2 | 360 | 123 | 126 |
Binary | 10111101 | 10111101 | 11111001 | 11000 | 11000 | 0 | 10 | 11110000 | 1010011 | 1010110 |
Color Harmonies of #BDBDF9
Complementary color
Monochromatic Colors of #BDBDF9
Black with #BDBDF9
Text Example
Text Example
White with #BDBDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDF9; }
p { color: rgb(189,189,249); }
H1.HeaderClassName
{
color: #BDBDF9;
}
.AnyTagClassName
{
color: #BDBDF9;
}
</style>
background-color css
<style>
a { background-color: #BDBDF9; }
a { background-color: rgb(189,189,249); }
div.DivClassName
{
background-color: #BDBDF9;
}
.BgClassName
{
background-color: #BDBDF9;
}
</style>
border-color css
<style>
span { border-color: #BDBDF9; }
span { border-color: rgb(189,189,249); }
td.TdClassName
{
border-color: #BDBDF9;
}
.TagClassName
{
border-color: #BDBDF9;
}
</style>