Shades of Lavender Blue #BCC7FA
Tints of Lavender Blue #BCC7FA
RGB
CMYK
RGB Variations
Color information
#BCC7FA (or 0xBCC7FA) is known color: Lavender Blue. HEX triplet: BC, C7 and FA. RGB value is (188,199,250). Sum of RGB (Red+Green+Blue) = 188+199+250=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7FA is #433805. Grayscale: #C9C9C9. Windows color (decimal): -4405254 or 16435132. OLE color: 16435132.
HSL color Cylindrical-coordinate representation of color #BCC7FA: hue angle of 229.35º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC7FA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 199 | 250 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.02 |
| HSL | 229.35º | 0.86% | 0.86% | - |
| HSV(B) | 229.35º | 0.25% | 0.98% | - |
| XYZ | 58.42 | 58.44 | 98.64 | - |
| YUV | 201.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 250 | 0.25 | 0.20 | 0 | 0.02 | 229.35 | 0.86 | 0.86 |
| Hex | BC | C7 | FA | 19 | 14 | 0 | 2 | E5 | 56 | 56 |
| Octal | 274 | 307 | 372 | 31 | 24 | 0 | 2 | 345 | 126 | 126 |
| Binary | 10111100 | 11000111 | 11111010 | 11001 | 10100 | 0 | 10 | 11100101 | 1010110 | 1010110 |
Color Harmonies of #BCC7FA
Complementary color
Monochromatic Colors of #BCC7FA
Black with #BCC7FA
Text Example
Text Example
White with #BCC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7FA; }
p { color: rgb(188,199,250); }
H1.HeaderClassName
{
color: #BCC7FA;
}
.AnyTagClassName
{
color: #BCC7FA;
}
</style>
background-color css
<style>
a { background-color: #BCC7FA; }
a { background-color: rgb(188,199,250); }
div.DivClassName
{
background-color: #BCC7FA;
}
.BgClassName
{
background-color: #BCC7FA;
}
</style>
border-color css
<style>
span { border-color: #BCC7FA; }
span { border-color: rgb(188,199,250); }
td.TdClassName
{
border-color: #BCC7FA;
}
.TagClassName
{
border-color: #BCC7FA;
}
</style>