Shades of Lavender Blue #BDCCFE
Tints of Lavender Blue #BDCCFE
RGB
CMYK
RGB Variations
Color information
#BDCCFE (or 0xBDCCFE) is known color: Lavender Blue. HEX triplet: BD, CC and FE. RGB value is (189,204,254). Sum of RGB (Red+Green+Blue) = 189+204+254=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCFE is #423301. Grayscale: #CDCDCD. Windows color (decimal): -4338434 or 16698557. OLE color: 16698557.
HSL color Cylindrical-coordinate representation of color #BDCCFE: hue angle of 226.15º 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 #BDCCFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 204 | 254 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.00 |
| HSL | 226.15º | 0.97% | 0.87% | - |
| HSV(B) | 226.15º | 0.26% | 1% | - |
| XYZ | 60.47 | 61.16 | 102.38 | - |
| YUV | 205.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 254 | 0.26 | 0.20 | 0 | 0.00 | 226.15 | 0.97 | 0.87 |
| Hex | BD | CC | FE | 1A | 14 | 0 | 0 | E2 | 61 | 57 |
| Octal | 275 | 314 | 376 | 32 | 24 | 0 | 0 | 342 | 141 | 127 |
| Binary | 10111101 | 11001100 | 11111110 | 11010 | 10100 | 0 | 0 | 11100010 | 1100001 | 1010111 |
Color Harmonies of #BDCCFE
Complementary color
Monochromatic Colors of #BDCCFE
Black with #BDCCFE
Text Example
Text Example
White with #BDCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCFE; }
p { color: rgb(189,204,254); }
H1.HeaderClassName
{
color: #BDCCFE;
}
.AnyTagClassName
{
color: #BDCCFE;
}
</style>
background-color css
<style>
a { background-color: #BDCCFE; }
a { background-color: rgb(189,204,254); }
div.DivClassName
{
background-color: #BDCCFE;
}
.BgClassName
{
background-color: #BDCCFE;
}
</style>
border-color css
<style>
span { border-color: #BDCCFE; }
span { border-color: rgb(189,204,254); }
td.TdClassName
{
border-color: #BDCCFE;
}
.TagClassName
{
border-color: #BDCCFE;
}
</style>