#BCBEFA

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

Shades of Lavender Blue #BCBEFA

Tints of Lavender Blue #BCBEFA

Color information

#BCBEFA (or 0xBCBEFA) is unknown color: approx Lavender Blue. HEX triplet: BC, BE and FA. RGB value is (188,190,250). Sum of RGB (Red+Green+Blue) = 188+190+250=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEFA is #434105. Grayscale: #C4C4C4. Windows color (decimal): -4407558 or 16432828. OLE color: 16432828.

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

Color convert

RGB188190250-
CMYK0.250.2400.02
HSL238.06º86.11%85.88%-
HSV(B)238.06º24.8%98.04%-
XYZ56.4154.4297.97-
YUV196.24158.34122.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=29.94%
G=30.25%
B=39.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881902500.250.2400.02238.0686.1185.88
HexBCBEFA191802ee5656
Octal274276372313002356126126
Binary10111100101111101111101011001110000101110111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEFA; }

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

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

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

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

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

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

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

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