#BEBEF7

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

Shades of Lavender Blue #BEBEF7

Tints of Lavender Blue #BEBEF7

Color information

#BEBEF7 (or 0xBEBEF7) is unknown color: approx Lavender Blue. HEX triplet: BE, BE and F7. RGB value is (190,190,247). Sum of RGB (Red+Green+Blue) = 190+190+247=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEF7 is #414108. Grayscale: #C4C4C4. Windows color (decimal): -4276489 or 16236222. OLE color: 16236222.

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

Color convert

RGB190190247-
CMYK0.230.2300.03
HSL240º78.08%85.69%-
HSV(B)240º23.08%96.86%-
XYZ56.4454.4995.54-
YUV196.5156.5123.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=30.30%
G=30.30%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901902470.230.2300.0324078.0885.69
HexBEBEF7171703f04e56
Octal276276367272703360116126
Binary10111110101111101111011110111101110111111000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEF7; }

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

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

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

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

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

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

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

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