#BEB7FE

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

Shades of Lavender Blue #BEB7FE

Tints of Lavender Blue #BEB7FE

Color information

#BEB7FE (or 0xBEB7FE) is unknown color: approx Lavender Blue. HEX triplet: BE, B7 and FE. RGB value is (190,183,254). Sum of RGB (Red+Green+Blue) = 190+183+254=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7FE is #414801. Grayscale: #C0C0C0. Windows color (decimal): -4278274 or 16693182. OLE color: 16693182.

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

Color convert

RGB190183254-
CMYK0.250.2800.00
HSL245.92º97.26%85.69%-
HSV(B)245.92º27.95%99.61%-
XYZ56.0651.97100.84-
YUV193.19162.32125.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 183 (71.88% from 255) = 29.19%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=30.30%
G=29.19%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901832540.250.2800.00245.9297.2685.69
HexBEB7FE191C00f66156
Octal276267376313400366141126
Binary1011111010110111111111101100111100001111011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7FE; }

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

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

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

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

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

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

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

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