Shades of Lavender Blue #BCB6FF
Tints of Lavender Blue #BCB6FF
RGB
CMYK
RGB Variations
Color information
#BCB6FF (or 0xBCB6FF) is known color: Lavender Blue. HEX triplet: BC, B6 and FF. RGB value is (188,182,255). Sum of RGB (Red+Green+Blue) = 188+182+255=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6FF is #434900. Grayscale: #BFBFBF. Windows color (decimal): -4409601 or 16758460. OLE color: 16758460.
HSL color Cylindrical-coordinate representation of color #BCB6FF: hue angle of 244.93º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB6FF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 182 | 255 | - |
| CMYK | 0.26 | 0.29 | 0 | 0 |
| HSL | 244.93º | 1% | 0.86% | - |
| HSV(B) | 244.93º | 0.29% | 1% | - |
| XYZ | 55.52 | 51.37 | 101.6 | - |
| YUV | 192.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 255 | 0.26 | 0.29 | 0 | 0 | 244.93 | 1 | 0.86 |
| Hex | BC | B6 | FF | 1A | 1D | 0 | 0 | F5 | 64 | 56 |
| Octal | 274 | 266 | 377 | 32 | 35 | 0 | 0 | 365 | 144 | 126 |
| Binary | 10111100 | 10110110 | 11111111 | 11010 | 11101 | 0 | 0 | 11110101 | 1100100 | 1010110 |
Color Harmonies of #BCB6FF
Complementary color
Monochromatic Colors of #BCB6FF
Black with #BCB6FF
Text Example
Text Example
White with #BCB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6FF; }
p { color: rgb(188,182,255); }
H1.HeaderClassName
{
color: #BCB6FF;
}
.AnyTagClassName
{
color: #BCB6FF;
}
</style>
background-color css
<style>
a { background-color: #BCB6FF; }
a { background-color: rgb(188,182,255); }
div.DivClassName
{
background-color: #BCB6FF;
}
.BgClassName
{
background-color: #BCB6FF;
}
</style>
border-color css
<style>
span { border-color: #BCB6FF; }
span { border-color: rgb(188,182,255); }
td.TdClassName
{
border-color: #BCB6FF;
}
.TagClassName
{
border-color: #BCB6FF;
}
</style>