#BEBDFE

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

Shades of Lavender Blue #BEBDFE

Tints of Lavender Blue #BEBDFE

Color information

#BEBDFE (or 0xBEBDFE) is unknown color: approx Lavender Blue. HEX triplet: BE, BD and FE. RGB value is (190,189,254). Sum of RGB (Red+Green+Blue) = 190+189+254=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDFE is #414201. Grayscale: #C4C4C4. Windows color (decimal): -4276738 or 16694718. OLE color: 16694718.

HSL color Cylindrical-coordinate representation of color #BEBDFE: hue angle of 240.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEBDFE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190189254-
CMYK0.250.2600.00
HSL240.92º97.01%86.86%-
HSV(B)240.92º25.59%99.61%-
XYZ57.3254.5101.26-
YUV196.71160.33123.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=30.02%
G=29.86%
B=40.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901892540.250.2600.00240.9297.0186.86
HexBEBDFE191A00f16157
Octal276275376313200361141127
Binary1011111010111101111111101100111010001111000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDFE; }

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

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

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

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

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

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

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

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