#BEBCF2

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

Shades of Lavender Blue #BEBCF2

Tints of Lavender Blue #BEBCF2

Color information

#BEBCF2 (or 0xBEBCF2) is unknown color: approx Lavender Blue. HEX triplet: BE, BC and F2. RGB value is (190,188,242). Sum of RGB (Red+Green+Blue) = 190+188+242=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCF2 is #41430D. Grayscale: #C2C2C2. Windows color (decimal): -4277006 or 15908030. OLE color: 15908030.

HSL color Cylindrical-coordinate representation of color #BEBCF2: hue angle of 242.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEBCF2 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190188242-
CMYK0.210.2200.05
HSL242.22º67.5%84.31%-
HSV(B)242.22º22.31%94.9%-
XYZ55.2553.3291.39-
YUV194.75154.66124.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=30.65%
G=30.32%
B=39.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901882420.210.2200.05242.2267.584.31
HexBEBCF2151605f24454
Octal276274362252605362104124
Binary101111101011110011110010101011011001011111001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCF2; }

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

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

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

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

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

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

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

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