Shades of Lavender Blue #BCB4FF
Tints of Lavender Blue #BCB4FF
RGB
CMYK
RGB Variations
Color information
#BCB4FF (or 0xBCB4FF) is known color: Lavender Blue. HEX triplet: BC, B4 and FF. RGB value is (188,180,255). Sum of RGB (Red+Green+Blue) = 188+180+255=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4FF is #434B00. Grayscale: #BEBEBE. Windows color (decimal): -4410113 or 16757948. OLE color: 16757948.
HSL color Cylindrical-coordinate representation of color #BCB4FF: hue angle of 246.4º 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 #BCB4FF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 180 | 255 | - |
| CMYK | 0.26 | 0.29 | 0 | 0 |
| HSL | 246.4º | 1% | 0.85% | - |
| HSV(B) | 246.4º | 0.29% | 1% | - |
| XYZ | 55.11 | 50.55 | 101.46 | - |
| YUV | 190.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 255 | 0.26 | 0.29 | 0 | 0 | 246.4 | 1 | 0.85 |
| Hex | BC | B4 | FF | 1A | 1D | 0 | 0 | F6 | 64 | 55 |
| Octal | 274 | 264 | 377 | 32 | 35 | 0 | 0 | 366 | 144 | 125 |
| Binary | 10111100 | 10110100 | 11111111 | 11010 | 11101 | 0 | 0 | 11110110 | 1100100 | 1010101 |
Color Harmonies of #BCB4FF
Complementary color
Monochromatic Colors of #BCB4FF
Black with #BCB4FF
Text Example
Text Example
White with #BCB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4FF; }
p { color: rgb(188,180,255); }
H1.HeaderClassName
{
color: #BCB4FF;
}
.AnyTagClassName
{
color: #BCB4FF;
}
</style>
background-color css
<style>
a { background-color: #BCB4FF; }
a { background-color: rgb(188,180,255); }
div.DivClassName
{
background-color: #BCB4FF;
}
.BgClassName
{
background-color: #BCB4FF;
}
</style>
border-color css
<style>
span { border-color: #BCB4FF; }
span { border-color: rgb(188,180,255); }
td.TdClassName
{
border-color: #BCB4FF;
}
.TagClassName
{
border-color: #BCB4FF;
}
</style>