Shades of Lavender Blue #BCB0FF
Tints of Lavender Blue #BCB0FF
RGB
CMYK
RGB Variations
Color information
#BCB0FF (or 0xBCB0FF) is known color: Lavender Blue. HEX triplet: BC, B0 and FF. RGB value is (188,176,255). Sum of RGB (Red+Green+Blue) = 188+176+255=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0FF is #434F00. Grayscale: #BCBCBC. Windows color (decimal): -4411137 or 16756924. OLE color: 16756924.
HSL color Cylindrical-coordinate representation of color #BCB0FF: hue angle of 249.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB0FF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 176 | 255 | - |
| CMYK | 0.26 | 0.31 | 0 | 0 |
| HSL | 249.11º | 1% | 0.85% | - |
| HSV(B) | 249.11º | 0.31% | 1% | - |
| XYZ | 54.31 | 48.96 | 101.2 | - |
| YUV | 188.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 255 | 0.26 | 0.31 | 0 | 0 | 249.11 | 1 | 0.85 |
| Hex | BC | B0 | FF | 1A | 1F | 0 | 0 | F9 | 64 | 55 |
| Octal | 274 | 260 | 377 | 32 | 37 | 0 | 0 | 371 | 144 | 125 |
| Binary | 10111100 | 10110000 | 11111111 | 11010 | 11111 | 0 | 0 | 11111001 | 1100100 | 1010101 |
Color Harmonies of #BCB0FF
Complementary color
Monochromatic Colors of #BCB0FF
Black with #BCB0FF
Text Example
Text Example
White with #BCB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0FF; }
p { color: rgb(188,176,255); }
H1.HeaderClassName
{
color: #BCB0FF;
}
.AnyTagClassName
{
color: #BCB0FF;
}
</style>
background-color css
<style>
a { background-color: #BCB0FF; }
a { background-color: rgb(188,176,255); }
div.DivClassName
{
background-color: #BCB0FF;
}
.BgClassName
{
background-color: #BCB0FF;
}
</style>
border-color css
<style>
span { border-color: #BCB0FF; }
span { border-color: rgb(188,176,255); }
td.TdClassName
{
border-color: #BCB0FF;
}
.TagClassName
{
border-color: #BCB0FF;
}
</style>