#beb4fe

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

Shades of Lavender Blue #BEB4FE

Tints of Lavender Blue #BEB4FE

Color information

#BEB4FE (or 0xBEB4FE) is unknown color: approx Lavender Blue. HEX triplet: BE, B4 and FE. RGB value is (190,180,254). Sum of RGB (Red+Green+Blue) = 190+180+254=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4FE is #414B01. Grayscale: #BFBFBF. Windows color (decimal): -4279042 or 16692414. OLE color: 16692414.

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

Color convert

RGB190180254-
CMYK0.250.2900.00
HSL248.11º97.37%85.1%-
HSV(B)248.11º29.13%99.61%-
XYZ55.4550.75100.64-
YUV191.43163.31126.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 180 (70.70% from 255) = 28.85%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=30.45%
G=28.85%
B=40.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901802540.250.2900.00248.1197.3785.1
HexBEB4FE191D00f86155
Octal276264376313500370141125
Binary1011111010110100111111101100111101001111100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #beb4fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #beb4fe; }

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

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

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

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

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

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

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

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