Shades of Lavender Blue #BCC7FC
Tints of Lavender Blue #BCC7FC
RGB
CMYK
RGB Variations
Color information
#BCC7FC (or 0xBCC7FC) is known color: Lavender Blue. HEX triplet: BC, C7 and FC. RGB value is (188,199,252). Sum of RGB (Red+Green+Blue) = 188+199+252=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7FC is #433803. Grayscale: #C9C9C9. Windows color (decimal): -4405252 or 16566204. OLE color: 16566204.
HSL color Cylindrical-coordinate representation of color #BCC7FC: hue angle of 229.69º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC7FC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 199 | 252 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.01 |
| HSL | 229.69º | 0.91% | 0.86% | - |
| HSV(B) | 229.69º | 0.25% | 0.99% | - |
| XYZ | 58.73 | 58.57 | 100.3 | - |
| YUV | 201.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 252 | 0.25 | 0.21 | 0 | 0.01 | 229.69 | 0.91 | 0.86 |
| Hex | BC | C7 | FC | 19 | 15 | 0 | 1 | E6 | 5B | 56 |
| Octal | 274 | 307 | 374 | 31 | 25 | 0 | 1 | 346 | 133 | 126 |
| Binary | 10111100 | 11000111 | 11111100 | 11001 | 10101 | 0 | 1 | 11100110 | 1011011 | 1010110 |
Color Harmonies of #BCC7FC
Complementary color
Monochromatic Colors of #BCC7FC
Black with #BCC7FC
Text Example
Text Example
White with #BCC7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7FC; }
p { color: rgb(188,199,252); }
H1.HeaderClassName
{
color: #BCC7FC;
}
.AnyTagClassName
{
color: #BCC7FC;
}
</style>
background-color css
<style>
a { background-color: #BCC7FC; }
a { background-color: rgb(188,199,252); }
div.DivClassName
{
background-color: #BCC7FC;
}
.BgClassName
{
background-color: #BCC7FC;
}
</style>
border-color css
<style>
span { border-color: #BCC7FC; }
span { border-color: rgb(188,199,252); }
td.TdClassName
{
border-color: #BCC7FC;
}
.TagClassName
{
border-color: #BCC7FC;
}
</style>