Shades of Lavender Blue #BDC8FC
Tints of Lavender Blue #BDC8FC
RGB
CMYK
RGB Variations
Color information
#BDC8FC (or 0xBDC8FC) is known color: Lavender Blue. HEX triplet: BD, C8 and FC. RGB value is (189,200,252). Sum of RGB (Red+Green+Blue) = 189+200+252=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8FC is #423703. Grayscale: #CACACA. Windows color (decimal): -4339460 or 16566461. OLE color: 16566461.
HSL color Cylindrical-coordinate representation of color #BDC8FC: hue angle of 229.52º 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 #BDC8FC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 200 | 252 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.01 |
| HSL | 229.52º | 0.91% | 0.86% | - |
| HSV(B) | 229.52º | 0.25% | 0.99% | - |
| XYZ | 59.21 | 59.16 | 100.39 | - |
| YUV | 202.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 252 | 0.25 | 0.21 | 0 | 0.01 | 229.52 | 0.91 | 0.86 |
| Hex | BD | C8 | FC | 19 | 15 | 0 | 1 | E6 | 5B | 56 |
| Octal | 275 | 310 | 374 | 31 | 25 | 0 | 1 | 346 | 133 | 126 |
| Binary | 10111101 | 11001000 | 11111100 | 11001 | 10101 | 0 | 1 | 11100110 | 1011011 | 1010110 |
Color Harmonies of #BDC8FC
Complementary color
Monochromatic Colors of #BDC8FC
Black with #BDC8FC
Text Example
Text Example
White with #BDC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8FC; }
p { color: rgb(189,200,252); }
H1.HeaderClassName
{
color: #BDC8FC;
}
.AnyTagClassName
{
color: #BDC8FC;
}
</style>
background-color css
<style>
a { background-color: #BDC8FC; }
a { background-color: rgb(189,200,252); }
div.DivClassName
{
background-color: #BDC8FC;
}
.BgClassName
{
background-color: #BDC8FC;
}
</style>
border-color css
<style>
span { border-color: #BDC8FC; }
span { border-color: rgb(189,200,252); }
td.TdClassName
{
border-color: #BDC8FC;
}
.TagClassName
{
border-color: #BDC8FC;
}
</style>