Shades of Lavender Blue #BCC5FE
Tints of Lavender Blue #BCC5FE
RGB
CMYK
RGB Variations
Color information
#BCC5FE (or 0xBCC5FE) is known color: Lavender Blue. HEX triplet: BC, C5 and FE. RGB value is (188,197,254). Sum of RGB (Red+Green+Blue) = 188+197+254=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FE is #433A01. Grayscale: #C8C8C8. Windows color (decimal): -4405762 or 16696764. OLE color: 16696764.
HSL color Cylindrical-coordinate representation of color #BCC5FE: hue angle of 231.82º 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 #BCC5FE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 197 | 254 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.00 |
| HSL | 231.82º | 0.97% | 0.87% | - |
| HSV(B) | 231.82º | 0.26% | 1% | - |
| XYZ | 58.59 | 57.78 | 101.83 | - |
| YUV | 200.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 254 | 0.26 | 0.22 | 0 | 0.00 | 231.82 | 0.97 | 0.87 |
| Hex | BC | C5 | FE | 1A | 16 | 0 | 0 | E8 | 61 | 57 |
| Octal | 274 | 305 | 376 | 32 | 26 | 0 | 0 | 350 | 141 | 127 |
| Binary | 10111100 | 11000101 | 11111110 | 11010 | 10110 | 0 | 0 | 11101000 | 1100001 | 1010111 |
Color Harmonies of #BCC5FE
Complementary color
Monochromatic Colors of #BCC5FE
Black with #BCC5FE
Text Example
Text Example
White with #BCC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5FE; }
p { color: rgb(188,197,254); }
H1.HeaderClassName
{
color: #BCC5FE;
}
.AnyTagClassName
{
color: #BCC5FE;
}
</style>
background-color css
<style>
a { background-color: #BCC5FE; }
a { background-color: rgb(188,197,254); }
div.DivClassName
{
background-color: #BCC5FE;
}
.BgClassName
{
background-color: #BCC5FE;
}
</style>
border-color css
<style>
span { border-color: #BCC5FE; }
span { border-color: rgb(188,197,254); }
td.TdClassName
{
border-color: #BCC5FE;
}
.TagClassName
{
border-color: #BCC5FE;
}
</style>