Shades of Lavender Blue #BCC4FF
Tints of Lavender Blue #BCC4FF
RGB
CMYK
RGB Variations
Color information
#BCC4FF (or 0xBCC4FF) is known color: Lavender Blue. HEX triplet: BC, C4 and FF. RGB value is (188,196,255). Sum of RGB (Red+Green+Blue) = 188+196+255=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4FF is #433B00. Grayscale: #C8C8C8. Windows color (decimal): -4406017 or 16762044. OLE color: 16762044.
HSL color Cylindrical-coordinate representation of color #BCC4FF: hue angle of 232.84º 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 #BCC4FF is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 196 | 255 | - |
| CMYK | 0.26 | 0.23 | 0 | 0 |
| HSL | 232.84º | 1% | 0.87% | - |
| HSV(B) | 232.84º | 0.26% | 1% | - |
| XYZ | 58.53 | 57.39 | 102.6 | - |
| YUV | 200.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 255 | 0.26 | 0.23 | 0 | 0 | 232.84 | 1 | 0.87 |
| Hex | BC | C4 | FF | 1A | 17 | 0 | 0 | E9 | 64 | 57 |
| Octal | 274 | 304 | 377 | 32 | 27 | 0 | 0 | 351 | 144 | 127 |
| Binary | 10111100 | 11000100 | 11111111 | 11010 | 10111 | 0 | 0 | 11101001 | 1100100 | 1010111 |
Color Harmonies of #BCC4FF
Complementary color
Monochromatic Colors of #BCC4FF
Black with #BCC4FF
Text Example
Text Example
White with #BCC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4FF; }
p { color: rgb(188,196,255); }
H1.HeaderClassName
{
color: #BCC4FF;
}
.AnyTagClassName
{
color: #BCC4FF;
}
</style>
background-color css
<style>
a { background-color: #BCC4FF; }
a { background-color: rgb(188,196,255); }
div.DivClassName
{
background-color: #BCC4FF;
}
.BgClassName
{
background-color: #BCC4FF;
}
</style>
border-color css
<style>
span { border-color: #BCC4FF; }
span { border-color: rgb(188,196,255); }
td.TdClassName
{
border-color: #BCC4FF;
}
.TagClassName
{
border-color: #BCC4FF;
}
</style>