Shades of Lavender Blue #BDC1FE
Tints of Lavender Blue #BDC1FE
RGB
CMYK
RGB Variations
Color information
#BDC1FE (or 0xBDC1FE) is known color: Lavender Blue. HEX triplet: BD, C1 and FE. RGB value is (189,193,254). Sum of RGB (Red+Green+Blue) = 189+193+254=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1FE is #423E01. Grayscale: #C6C6C6. Windows color (decimal): -4341250 or 16695741. OLE color: 16695741.
HSL color Cylindrical-coordinate representation of color #BDC1FE: hue angle of 236.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC1FE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 193 | 254 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.00 |
| HSL | 236.31º | 0.97% | 0.87% | - |
| HSV(B) | 236.31º | 0.26% | 1% | - |
| XYZ | 57.95 | 56.11 | 101.54 | - |
| YUV | 198.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 254 | 0.26 | 0.24 | 0 | 0.00 | 236.31 | 0.97 | 0.87 |
| Hex | BD | C1 | FE | 1A | 18 | 0 | 0 | EC | 61 | 57 |
| Octal | 275 | 301 | 376 | 32 | 30 | 0 | 0 | 354 | 141 | 127 |
| Binary | 10111101 | 11000001 | 11111110 | 11010 | 11000 | 0 | 0 | 11101100 | 1100001 | 1010111 |
Color Harmonies of #BDC1FE
Complementary color
Monochromatic Colors of #BDC1FE
Black with #BDC1FE
Text Example
Text Example
White with #BDC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1FE; }
p { color: rgb(189,193,254); }
H1.HeaderClassName
{
color: #BDC1FE;
}
.AnyTagClassName
{
color: #BDC1FE;
}
</style>
background-color css
<style>
a { background-color: #BDC1FE; }
a { background-color: rgb(189,193,254); }
div.DivClassName
{
background-color: #BDC1FE;
}
.BgClassName
{
background-color: #BDC1FE;
}
</style>
border-color css
<style>
span { border-color: #BDC1FE; }
span { border-color: rgb(189,193,254); }
td.TdClassName
{
border-color: #BDC1FE;
}
.TagClassName
{
border-color: #BDC1FE;
}
</style>