#BEBCF3

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

Shades of Lavender Blue #BEBCF3

Tints of Lavender Blue #BEBCF3

Color information

#BEBCF3 (or 0xBEBCF3) is unknown color: approx Lavender Blue. HEX triplet: BE, BC and F3. RGB value is (190,188,243). Sum of RGB (Red+Green+Blue) = 190+188+243=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCF3 is #41430C. Grayscale: #C2C2C2. Windows color (decimal): -4277005 or 15973566. OLE color: 15973566.

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

Color convert

RGB190188243-
CMYK0.220.2300.05
HSL242.18º69.62%84.51%-
HSV(B)242.18º22.63%95.29%-
XYZ55.453.3892.18-
YUV194.87155.16124.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=30.60%
G=30.27%
B=39.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901882430.220.2300.05242.1869.6284.51
HexBEBCF3161705f24655
Octal276274363262705362106125
Binary101111101011110011110011101101011101011111001010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCF3; }

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

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

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

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

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

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

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

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