Shades of Lavender Blue #BDC6FE
Tints of Lavender Blue #BDC6FE
RGB
CMYK
RGB Variations
Color information
#BDC6FE (or 0xBDC6FE) is known color: Lavender Blue. HEX triplet: BD, C6 and FE. RGB value is (189,198,254). Sum of RGB (Red+Green+Blue) = 189+198+254=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6FE is #423901. Grayscale: #C9C9C9. Windows color (decimal): -4339970 or 16697021. OLE color: 16697021.
HSL color Cylindrical-coordinate representation of color #BDC6FE: hue angle of 231.69º 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 #BDC6FE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 198 | 254 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.00 |
| HSL | 231.69º | 0.97% | 0.87% | - |
| HSV(B) | 231.69º | 0.26% | 1% | - |
| XYZ | 59.07 | 58.36 | 101.92 | - |
| YUV | 201.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 254 | 0.26 | 0.22 | 0 | 0.00 | 231.69 | 0.97 | 0.87 |
| Hex | BD | C6 | FE | 1A | 16 | 0 | 0 | E8 | 61 | 57 |
| Octal | 275 | 306 | 376 | 32 | 26 | 0 | 0 | 350 | 141 | 127 |
| Binary | 10111101 | 11000110 | 11111110 | 11010 | 10110 | 0 | 0 | 11101000 | 1100001 | 1010111 |
Color Harmonies of #BDC6FE
Complementary color
Monochromatic Colors of #BDC6FE
Black with #BDC6FE
Text Example
Text Example
White with #BDC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6FE; }
p { color: rgb(189,198,254); }
H1.HeaderClassName
{
color: #BDC6FE;
}
.AnyTagClassName
{
color: #BDC6FE;
}
</style>
background-color css
<style>
a { background-color: #BDC6FE; }
a { background-color: rgb(189,198,254); }
div.DivClassName
{
background-color: #BDC6FE;
}
.BgClassName
{
background-color: #BDC6FE;
}
</style>
border-color css
<style>
span { border-color: #BDC6FE; }
span { border-color: rgb(189,198,254); }
td.TdClassName
{
border-color: #BDC6FE;
}
.TagClassName
{
border-color: #BDC6FE;
}
</style>