Shades of Lavender Blue #BCC4F6
Tints of Lavender Blue #BCC4F6
RGB
CMYK
RGB Variations
Color information
#BCC4F6 (or 0xBCC4F6) is known color: Lavender Blue. HEX triplet: BC, C4 and F6. RGB value is (188,196,246). Sum of RGB (Red+Green+Blue) = 188+196+246=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCC4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F6 is #433B09. Grayscale: #C7C7C7. Windows color (decimal): -4406026 or 16172220. OLE color: 16172220.
HSL color Cylindrical-coordinate representation of color #BCC4F6: hue angle of 231.72º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC4F6 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 196 | 246 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.04 |
| HSL | 231.72º | 0.76% | 0.85% | - |
| HSV(B) | 231.72º | 0.24% | 0.96% | - |
| XYZ | 57.11 | 56.83 | 95.15 | - |
| YUV | 199.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 246 | 0.24 | 0.20 | 0 | 0.04 | 231.72 | 0.76 | 0.85 |
| Hex | BC | C4 | F6 | 18 | 14 | 0 | 4 | E8 | 4C | 55 |
| Octal | 274 | 304 | 366 | 30 | 24 | 0 | 4 | 350 | 114 | 125 |
| Binary | 10111100 | 11000100 | 11110110 | 11000 | 10100 | 0 | 100 | 11101000 | 1001100 | 1010101 |
Color Harmonies of #BCC4F6
Complementary color
Monochromatic Colors of #BCC4F6
Black with #BCC4F6
Text Example
Text Example
White with #BCC4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4F6; }
p { color: rgb(188,196,246); }
H1.HeaderClassName
{
color: #BCC4F6;
}
.AnyTagClassName
{
color: #BCC4F6;
}
</style>
background-color css
<style>
a { background-color: #BCC4F6; }
a { background-color: rgb(188,196,246); }
div.DivClassName
{
background-color: #BCC4F6;
}
.BgClassName
{
background-color: #BCC4F6;
}
</style>
border-color css
<style>
span { border-color: #BCC4F6; }
span { border-color: rgb(188,196,246); }
td.TdClassName
{
border-color: #BCC4F6;
}
.TagClassName
{
border-color: #BCC4F6;
}
</style>