Shades of Lavender Blue #BDC8FF
Tints of Lavender Blue #BDC8FF
RGB
CMYK
RGB Variations
Color information
#BDC8FF (or 0xBDC8FF) is known color: Lavender Blue. HEX triplet: BD, C8 and FF. RGB value is (189,200,255). Sum of RGB (Red+Green+Blue) = 189+200+255=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8FF is #423700. Grayscale: #CACACA. Windows color (decimal): -4339457 or 16763069. OLE color: 16763069.
HSL color Cylindrical-coordinate representation of color #BDC8FF: hue angle of 230º 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 #BDC8FF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 200 | 255 | - |
| CMYK | 0.26 | 0.22 | 0 | 0 |
| HSL | 230º | 1% | 0.87% | - |
| HSV(B) | 230º | 0.26% | 1% | - |
| XYZ | 59.69 | 59.35 | 102.92 | - |
| YUV | 202.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 255 | 0.26 | 0.22 | 0 | 0 | 230 | 1 | 0.87 |
| Hex | BD | C8 | FF | 1A | 16 | 0 | 0 | E6 | 64 | 57 |
| Octal | 275 | 310 | 377 | 32 | 26 | 0 | 0 | 346 | 144 | 127 |
| Binary | 10111101 | 11001000 | 11111111 | 11010 | 10110 | 0 | 0 | 11100110 | 1100100 | 1010111 |
Color Harmonies of #BDC8FF
Complementary color
Monochromatic Colors of #BDC8FF
Black with #BDC8FF
Text Example
Text Example
White with #BDC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8FF; }
p { color: rgb(189,200,255); }
H1.HeaderClassName
{
color: #BDC8FF;
}
.AnyTagClassName
{
color: #BDC8FF;
}
</style>
background-color css
<style>
a { background-color: #BDC8FF; }
a { background-color: rgb(189,200,255); }
div.DivClassName
{
background-color: #BDC8FF;
}
.BgClassName
{
background-color: #BDC8FF;
}
</style>
border-color css
<style>
span { border-color: #BDC8FF; }
span { border-color: rgb(189,200,255); }
td.TdClassName
{
border-color: #BDC8FF;
}
.TagClassName
{
border-color: #BDC8FF;
}
</style>