Shades of Lavender Blue #BCC2F7
Tints of Lavender Blue #BCC2F7
RGB
CMYK
RGB Variations
Color information
#BCC2F7 (or 0xBCC2F7) is known color: Lavender Blue. HEX triplet: BC, C2 and F7. RGB value is (188,194,247). Sum of RGB (Red+Green+Blue) = 188+194+247=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2F7 is #433D08. Grayscale: #C6C6C6. Windows color (decimal): -4406537 or 16237244. OLE color: 16237244.
HSL color Cylindrical-coordinate representation of color #BCC2F7: hue angle of 233.9º 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 #BCC2F7 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 194 | 247 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.03 |
| HSL | 233.9º | 0.79% | 0.85% | - |
| HSV(B) | 233.9º | 0.24% | 0.97% | - |
| XYZ | 56.82 | 55.99 | 95.81 | - |
| YUV | 198.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 247 | 0.24 | 0.21 | 0 | 0.03 | 233.9 | 0.79 | 0.85 |
| Hex | BC | C2 | F7 | 18 | 15 | 0 | 3 | EA | 4F | 55 |
| Octal | 274 | 302 | 367 | 30 | 25 | 0 | 3 | 352 | 117 | 125 |
| Binary | 10111100 | 11000010 | 11110111 | 11000 | 10101 | 0 | 11 | 11101010 | 1001111 | 1010101 |
Color Harmonies of #BCC2F7
Complementary color
Monochromatic Colors of #BCC2F7
Black with #BCC2F7
Text Example
Text Example
White with #BCC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2F7; }
p { color: rgb(188,194,247); }
H1.HeaderClassName
{
color: #BCC2F7;
}
.AnyTagClassName
{
color: #BCC2F7;
}
</style>
background-color css
<style>
a { background-color: #BCC2F7; }
a { background-color: rgb(188,194,247); }
div.DivClassName
{
background-color: #BCC2F7;
}
.BgClassName
{
background-color: #BCC2F7;
}
</style>
border-color css
<style>
span { border-color: #BCC2F7; }
span { border-color: rgb(188,194,247); }
td.TdClassName
{
border-color: #BCC2F7;
}
.TagClassName
{
border-color: #BCC2F7;
}
</style>