#BEBAFD

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

Shades of Lavender Blue #BEBAFD

Tints of Lavender Blue #BEBAFD

Color information

#BEBAFD (or 0xBEBAFD) is unknown color: approx Lavender Blue. HEX triplet: BE, BA and FD. RGB value is (190,186,253). Sum of RGB (Red+Green+Blue) = 190+186+253=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAFD is #414502. Grayscale: #C2C2C2. Windows color (decimal): -4277507 or 16628414. OLE color: 16628414.

HSL color Cylindrical-coordinate representation of color #BEBAFD: hue angle of 243.58º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEBAFD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190186253-
CMYK0.250.2600.01
HSL243.58º94.37%86.08%-
HSV(B)243.58º26.48%99.22%-
XYZ56.5253.16100.21-
YUV194.83160.83124.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=30.21%
G=29.57%
B=40.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901862530.250.2600.01243.5894.3786.08
HexBEBAFD191A01f45e56
Octal276272375313201364136126
Binary1011111010111010111111011100111010011111010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAFD; }

 p { color: rgb(190,186,253); }

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

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

 a { background-color: rgb(190,186,253); }

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

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

 span { border-color: rgb(190,186,253); }

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