Shades of Lavender Blue #BCB5FF
Tints of Lavender Blue #BCB5FF
RGB
CMYK
RGB Variations
Color information
#BCB5FF (or 0xBCB5FF) is known color: Lavender Blue. HEX triplet: BC, B5 and FF. RGB value is (188,181,255). Sum of RGB (Red+Green+Blue) = 188+181+255=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5FF is #434A00. Grayscale: #BFBFBF. Windows color (decimal): -4409857 or 16758204. OLE color: 16758204.
HSL color Cylindrical-coordinate representation of color #BCB5FF: hue angle of 245.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB5FF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 181 | 255 | - |
| CMYK | 0.26 | 0.29 | 0 | 0 |
| HSL | 245.68º | 1% | 0.85% | - |
| HSV(B) | 245.68º | 0.29% | 1% | - |
| XYZ | 55.31 | 50.96 | 101.53 | - |
| YUV | 191.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 255 | 0.26 | 0.29 | 0 | 0 | 245.68 | 1 | 0.85 |
| Hex | BC | B5 | FF | 1A | 1D | 0 | 0 | F6 | 64 | 55 |
| Octal | 274 | 265 | 377 | 32 | 35 | 0 | 0 | 366 | 144 | 125 |
| Binary | 10111100 | 10110101 | 11111111 | 11010 | 11101 | 0 | 0 | 11110110 | 1100100 | 1010101 |
Color Harmonies of #BCB5FF
Complementary color
Monochromatic Colors of #BCB5FF
Black with #BCB5FF
Text Example
Text Example
White with #BCB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5FF; }
p { color: rgb(188,181,255); }
H1.HeaderClassName
{
color: #BCB5FF;
}
.AnyTagClassName
{
color: #BCB5FF;
}
</style>
background-color css
<style>
a { background-color: #BCB5FF; }
a { background-color: rgb(188,181,255); }
div.DivClassName
{
background-color: #BCB5FF;
}
.BgClassName
{
background-color: #BCB5FF;
}
</style>
border-color css
<style>
span { border-color: #BCB5FF; }
span { border-color: rgb(188,181,255); }
td.TdClassName
{
border-color: #BCB5FF;
}
.TagClassName
{
border-color: #BCB5FF;
}
</style>