#BEBAF7

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

Shades of Lavender Blue #BEBAF7

Tints of Lavender Blue #BEBAF7

Color information

#BEBAF7 (or 0xBEBAF7) is unknown color: approx Lavender Blue. HEX triplet: BE, BA and F7. RGB value is (190,186,247). Sum of RGB (Red+Green+Blue) = 190+186+247=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEBAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAF7 is #414508. Grayscale: #C1C1C1. Windows color (decimal): -4277513 or 16235198. OLE color: 16235198.

HSL color Cylindrical-coordinate representation of color #BEBAF7: hue angle of 243.93º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEBAF7 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190186247-
CMYK0.230.2500.03
HSL243.93º79.22%84.9%-
HSV(B)243.93º24.7%96.86%-
XYZ55.5852.7895.25-
YUV194.15157.83125.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 247 (96.88% from 255) = 39.65%
R=30.50%
G=29.86%
B=39.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901862470.230.2500.03243.9379.2284.9
HexBEBAF7171903f44f55
Octal276272367273103364117125
Binary10111110101110101111011110111110010111111010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAF7; }

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

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

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

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

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

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

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

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