Shades of Lavender Blue #BCC0FE
Tints of Lavender Blue #BCC0FE
RGB
CMYK
RGB Variations
Color information
#BCC0FE (or 0xBCC0FE) is known color: Lavender Blue. HEX triplet: BC, C0 and FE. RGB value is (188,192,254). Sum of RGB (Red+Green+Blue) = 188+192+254=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0FE is #433F01. Grayscale: #C5C5C5. Windows color (decimal): -4407042 or 16695484. OLE color: 16695484.
HSL color Cylindrical-coordinate representation of color #BCC0FE: hue angle of 236.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC0FE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 192 | 254 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.00 |
| HSL | 236.36º | 0.97% | 0.87% | - |
| HSV(B) | 236.36º | 0.26% | 1% | - |
| XYZ | 57.48 | 55.55 | 101.46 | - |
| YUV | 197.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 254 | 0.26 | 0.24 | 0 | 0.00 | 236.36 | 0.97 | 0.87 |
| Hex | BC | C0 | FE | 1A | 18 | 0 | 0 | EC | 61 | 57 |
| Octal | 274 | 300 | 376 | 32 | 30 | 0 | 0 | 354 | 141 | 127 |
| Binary | 10111100 | 11000000 | 11111110 | 11010 | 11000 | 0 | 0 | 11101100 | 1100001 | 1010111 |
Color Harmonies of #BCC0FE
Complementary color
Monochromatic Colors of #BCC0FE
Black with #BCC0FE
Text Example
Text Example
White with #BCC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0FE; }
p { color: rgb(188,192,254); }
H1.HeaderClassName
{
color: #BCC0FE;
}
.AnyTagClassName
{
color: #BCC0FE;
}
</style>
background-color css
<style>
a { background-color: #BCC0FE; }
a { background-color: rgb(188,192,254); }
div.DivClassName
{
background-color: #BCC0FE;
}
.BgClassName
{
background-color: #BCC0FE;
}
</style>
border-color css
<style>
span { border-color: #BCC0FE; }
span { border-color: rgb(188,192,254); }
td.TdClassName
{
border-color: #BCC0FE;
}
.TagClassName
{
border-color: #BCC0FE;
}
</style>