#BEBDF1

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

Shades of Lavender Blue #BEBDF1

Tints of Lavender Blue #BEBDF1

Color information

#BEBDF1 (or 0xBEBDF1) is unknown color: approx Lavender Blue. HEX triplet: BE, BD and F1. RGB value is (190,189,241). Sum of RGB (Red+Green+Blue) = 190+189+241=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEBDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDF1 is #41420E. Grayscale: #C3C3C3. Windows color (decimal): -4276751 or 15842750. OLE color: 15842750.

HSL color Cylindrical-coordinate representation of color #BEBDF1: hue angle of 241.15º degrees, saturation: 0.65, 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 #BEBDF1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190189241-
CMYK0.210.2200.05
HSL241.15º65%84.31%-
HSV(B)241.15º21.58%94.51%-
XYZ55.3153.6990.67-
YUV195.23153.83124.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=30.65%
G=30.48%
B=38.87%

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
Decimal1901892410.210.2200.05241.156584.31
HexBEBDF1151605f14154
Octal276275361252605361101124
Binary101111101011110111110001101011011001011111000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDF1; }

 p { color: rgb(190,189,241); }

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

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

 a { background-color: rgb(190,189,241); }

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

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

 span { border-color: rgb(190,189,241); }

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