Shades of Lavender Blue #BDBDFC
Tints of Lavender Blue #BDBDFC
RGB
CMYK
RGB Variations
Color information
#BDBDFC (or 0xBDBDFC) is known color: Lavender Blue. HEX triplet: BD, BD and FC. RGB value is (189,189,252). Sum of RGB (Red+Green+Blue) = 189+189+252=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDFC is #424203. Grayscale: #C3C3C3. Windows color (decimal): -4342276 or 16563645. OLE color: 16563645.
HSL color Cylindrical-coordinate representation of color #BDBDFC: hue angle of 240º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBDFC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 189 | 252 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.01 |
| HSL | 240º | 0.91% | 0.86% | - |
| HSV(B) | 240º | 0.25% | 0.99% | - |
| XYZ | 56.75 | 54.24 | 99.57 | - |
| YUV | 196.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 252 | 0.25 | 0.25 | 0 | 0.01 | 240 | 0.91 | 0.86 |
| Hex | BD | BD | FC | 19 | 19 | 0 | 1 | F0 | 5B | 56 |
| Octal | 275 | 275 | 374 | 31 | 31 | 0 | 1 | 360 | 133 | 126 |
| Binary | 10111101 | 10111101 | 11111100 | 11001 | 11001 | 0 | 1 | 11110000 | 1011011 | 1010110 |
Color Harmonies of #BDBDFC
Complementary color
Monochromatic Colors of #BDBDFC
Black with #BDBDFC
Text Example
Text Example
White with #BDBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDFC; }
p { color: rgb(189,189,252); }
H1.HeaderClassName
{
color: #BDBDFC;
}
.AnyTagClassName
{
color: #BDBDFC;
}
</style>
background-color css
<style>
a { background-color: #BDBDFC; }
a { background-color: rgb(189,189,252); }
div.DivClassName
{
background-color: #BDBDFC;
}
.BgClassName
{
background-color: #BDBDFC;
}
</style>
border-color css
<style>
span { border-color: #BDBDFC; }
span { border-color: rgb(189,189,252); }
td.TdClassName
{
border-color: #BDBDFC;
}
.TagClassName
{
border-color: #BDBDFC;
}
</style>