#BEBBFE

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

Shades of Lavender Blue #BEBBFE

Tints of Lavender Blue #BEBBFE

Color information

#BEBBFE (or 0xBEBBFE) is unknown color: approx Lavender Blue. HEX triplet: BE, BB and FE. RGB value is (190,187,254). Sum of RGB (Red+Green+Blue) = 190+187+254=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBFE is #414401. Grayscale: #C3C3C3. Windows color (decimal): -4277250 or 16694206. OLE color: 16694206.

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

Color convert

RGB190187254-
CMYK0.250.2600.00
HSL242.69º97.1%86.47%-
HSV(B)242.69º26.38%99.61%-
XYZ56.8953.64101.12-
YUV195.53160.99124.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=30.11%
G=29.64%
B=40.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901872540.250.2600.00242.6997.186.47
HexBEBBFE191A00f36156
Octal276273376313200363141126
Binary1011111010111011111111101100111010001111001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBFE; }

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

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

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

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

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

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

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

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