Shades of Lavender Blue #BCB4FA
Tints of Lavender Blue #BCB4FA
RGB
CMYK
RGB Variations
Color information
#BCB4FA (or 0xBCB4FA) is known color: Lavender Blue. HEX triplet: BC, B4 and FA. RGB value is (188,180,250). Sum of RGB (Red+Green+Blue) = 188+180+250=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4FA is #434B05. Grayscale: #BEBEBE. Windows color (decimal): -4410118 or 16430268. OLE color: 16430268.
HSL color Cylindrical-coordinate representation of color #BCB4FA: hue angle of 246.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB4FA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 180 | 250 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.02 |
| HSL | 246.86º | 0.88% | 0.84% | - |
| HSV(B) | 246.86º | 0.28% | 0.98% | - |
| XYZ | 54.32 | 50.24 | 97.28 | - |
| YUV | 190.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 250 | 0.25 | 0.28 | 0 | 0.02 | 246.86 | 0.88 | 0.84 |
| Hex | BC | B4 | FA | 19 | 1C | 0 | 2 | F7 | 58 | 54 |
| Octal | 274 | 264 | 372 | 31 | 34 | 0 | 2 | 367 | 130 | 124 |
| Binary | 10111100 | 10110100 | 11111010 | 11001 | 11100 | 0 | 10 | 11110111 | 1011000 | 1010100 |
Color Harmonies of #BCB4FA
Complementary color
Monochromatic Colors of #BCB4FA
Black with #BCB4FA
Text Example
Text Example
White with #BCB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4FA; }
p { color: rgb(188,180,250); }
H1.HeaderClassName
{
color: #BCB4FA;
}
.AnyTagClassName
{
color: #BCB4FA;
}
</style>
background-color css
<style>
a { background-color: #BCB4FA; }
a { background-color: rgb(188,180,250); }
div.DivClassName
{
background-color: #BCB4FA;
}
.BgClassName
{
background-color: #BCB4FA;
}
</style>
border-color css
<style>
span { border-color: #BCB4FA; }
span { border-color: rgb(188,180,250); }
td.TdClassName
{
border-color: #BCB4FA;
}
.TagClassName
{
border-color: #BCB4FA;
}
</style>