Shades of Lavender Blue #BCC0FF
Tints of Lavender Blue #BCC0FF
RGB
CMYK
RGB Variations
Color information
#BCC0FF (or 0xBCC0FF) is known color: Lavender Blue. HEX triplet: BC, C0 and FF. RGB value is (188,192,255). Sum of RGB (Red+Green+Blue) = 188+192+255=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0FF is #433F00. Grayscale: #C5C5C5. Windows color (decimal): -4407041 or 16761020. OLE color: 16761020.
HSL color Cylindrical-coordinate representation of color #BCC0FF: hue angle of 236.42º 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 #BCC0FF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 192 | 255 | - |
| CMYK | 0.26 | 0.25 | 0 | 0 |
| HSL | 236.42º | 1% | 0.87% | - |
| HSV(B) | 236.42º | 0.26% | 1% | - |
| XYZ | 57.64 | 55.61 | 102.3 | - |
| YUV | 197.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 255 | 0.26 | 0.25 | 0 | 0 | 236.42 | 1 | 0.87 |
| Hex | BC | C0 | FF | 1A | 19 | 0 | 0 | EC | 64 | 57 |
| Octal | 274 | 300 | 377 | 32 | 31 | 0 | 0 | 354 | 144 | 127 |
| Binary | 10111100 | 11000000 | 11111111 | 11010 | 11001 | 0 | 0 | 11101100 | 1100100 | 1010111 |
Color Harmonies of #BCC0FF
Complementary color
Monochromatic Colors of #BCC0FF
Black with #BCC0FF
Text Example
Text Example
White with #BCC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0FF; }
p { color: rgb(188,192,255); }
H1.HeaderClassName
{
color: #BCC0FF;
}
.AnyTagClassName
{
color: #BCC0FF;
}
</style>
background-color css
<style>
a { background-color: #BCC0FF; }
a { background-color: rgb(188,192,255); }
div.DivClassName
{
background-color: #BCC0FF;
}
.BgClassName
{
background-color: #BCC0FF;
}
</style>
border-color css
<style>
span { border-color: #BCC0FF; }
span { border-color: rgb(188,192,255); }
td.TdClassName
{
border-color: #BCC0FF;
}
.TagClassName
{
border-color: #BCC0FF;
}
</style>