Shades of Lavender Blue #BCC2FF
Tints of Lavender Blue #BCC2FF
RGB
CMYK
RGB Variations
Color information
#BCC2FF (or 0xBCC2FF) is known color: Lavender Blue. HEX triplet: BC, C2 and FF. RGB value is (188,194,255). Sum of RGB (Red+Green+Blue) = 188+194+255=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2FF is #433D00. Grayscale: #C6C6C6. Windows color (decimal): -4406529 or 16761532. OLE color: 16761532.
HSL color Cylindrical-coordinate representation of color #BCC2FF: hue angle of 234.63º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC2FF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 194 | 255 | - |
| CMYK | 0.26 | 0.24 | 0 | 0 |
| HSL | 234.63º | 1% | 0.87% | - |
| HSV(B) | 234.63º | 0.26% | 1% | - |
| XYZ | 58.08 | 56.49 | 102.45 | - |
| YUV | 199.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 255 | 0.26 | 0.24 | 0 | 0 | 234.63 | 1 | 0.87 |
| Hex | BC | C2 | FF | 1A | 18 | 0 | 0 | EB | 64 | 57 |
| Octal | 274 | 302 | 377 | 32 | 30 | 0 | 0 | 353 | 144 | 127 |
| Binary | 10111100 | 11000010 | 11111111 | 11010 | 11000 | 0 | 0 | 11101011 | 1100100 | 1010111 |
Color Harmonies of #BCC2FF
Complementary color
Monochromatic Colors of #BCC2FF
Black with #BCC2FF
Text Example
Text Example
White with #BCC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2FF; }
p { color: rgb(188,194,255); }
H1.HeaderClassName
{
color: #BCC2FF;
}
.AnyTagClassName
{
color: #BCC2FF;
}
</style>
background-color css
<style>
a { background-color: #BCC2FF; }
a { background-color: rgb(188,194,255); }
div.DivClassName
{
background-color: #BCC2FF;
}
.BgClassName
{
background-color: #BCC2FF;
}
</style>
border-color css
<style>
span { border-color: #BCC2FF; }
span { border-color: rgb(188,194,255); }
td.TdClassName
{
border-color: #BCC2FF;
}
.TagClassName
{
border-color: #BCC2FF;
}
</style>