Shades of Lavender Blue #BCC0F7
Tints of Lavender Blue #BCC0F7
RGB
CMYK
RGB Variations
Color information
#BCC0F7 (or 0xBCC0F7) is known color: Lavender Blue. HEX triplet: BC, C0 and F7. RGB value is (188,192,247). Sum of RGB (Red+Green+Blue) = 188+192+247=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0F7 is #433F08. Grayscale: #C4C4C4. Windows color (decimal): -4407049 or 16236732. OLE color: 16236732.
HSL color Cylindrical-coordinate representation of color #BCC0F7: hue angle of 235.93º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC0F7 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 192 | 247 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.03 |
| HSL | 235.93º | 0.79% | 0.85% | - |
| HSV(B) | 235.93º | 0.24% | 0.97% | - |
| XYZ | 56.38 | 55.11 | 95.66 | - |
| YUV | 197.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 247 | 0.24 | 0.22 | 0 | 0.03 | 235.93 | 0.79 | 0.85 |
| Hex | BC | C0 | F7 | 18 | 16 | 0 | 3 | EC | 4F | 55 |
| Octal | 274 | 300 | 367 | 30 | 26 | 0 | 3 | 354 | 117 | 125 |
| Binary | 10111100 | 11000000 | 11110111 | 11000 | 10110 | 0 | 11 | 11101100 | 1001111 | 1010101 |
Color Harmonies of #BCC0F7
Complementary color
Monochromatic Colors of #BCC0F7
Black with #BCC0F7
Text Example
Text Example
White with #BCC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0F7; }
p { color: rgb(188,192,247); }
H1.HeaderClassName
{
color: #BCC0F7;
}
.AnyTagClassName
{
color: #BCC0F7;
}
</style>
background-color css
<style>
a { background-color: #BCC0F7; }
a { background-color: rgb(188,192,247); }
div.DivClassName
{
background-color: #BCC0F7;
}
.BgClassName
{
background-color: #BCC0F7;
}
</style>
border-color css
<style>
span { border-color: #BCC0F7; }
span { border-color: rgb(188,192,247); }
td.TdClassName
{
border-color: #BCC0F7;
}
.TagClassName
{
border-color: #BCC0F7;
}
</style>