#BCBAFA

Color #BCBAFA Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BCBAFA

Tints of Lavender Blue #BCBAFA

Color information

#BCBAFA (or 0xBCBAFA) is unknown color: approx Lavender Blue. HEX triplet: BC, BA and FA. RGB value is (188,186,250). Sum of RGB (Red+Green+Blue) = 188+186+250=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFA is #434505. Grayscale: #C1C1C1. Windows color (decimal): -4408582 or 16431804. OLE color: 16431804.

HSL color Cylindrical-coordinate representation of color #BCBAFA: hue angle of 241.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBAFA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188186250-
CMYK0.250.2600.02
HSL241.88º86.49%85.49%-
HSV(B)241.88º25.6%98.04%-
XYZ55.5552.7197.69-
YUV193.89159.66123.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=30.13%
G=29.81%
B=40.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881862500.250.2600.02241.8886.4985.49
HexBCBAFA191A02f25655
Octal274272372313202362126125
Binary10111100101110101111101011001110100101111001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAFA; }

 p { color: rgb(188,186,250); }

 H1.HeaderClassName
 {
   color: #BCBAFA;
 }
 .AnyTagClassName
 {
   color: #BCBAFA;
 }
</style>
background-color css

<style>
 a { background-color: #BCBAFA; }

 a { background-color: rgb(188,186,250); }

 div.DivClassName
 {
   background-color: #BCBAFA;
 }
 .BgClassName
 {
   background-color: #BCBAFA;
 }
</style>
border-color css

<style>
 span { border-color: #BCBAFA; }

 span { border-color: rgb(188,186,250); }

 td.TdClassName
 {
   border-color: #BCBAFA;
 }
 .TagClassName
 {
   border-color: #BCBAFA;
 }
</style>