#BEBFE4

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

Shades of Lavender Grey #BEBFE4

Tints of Lavender Grey #BEBFE4

Color information

#BEBFE4 (or 0xBEBFE4) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and E4. RGB value is (190,191,228). Sum of RGB (Red+Green+Blue) = 190+191+228=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE4 is #41401B. Grayscale: #C2C2C2. Windows color (decimal): -4276252 or 14991294. OLE color: 14991294.

HSL color Cylindrical-coordinate representation of color #BEBFE4: hue angle of 238.42º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBFE4 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190191228-
CMYK0.170.1600.11
HSL238.42º41.3%81.96%-
HSV(B)238.42º16.67%89.41%-
XYZ53.8753.8180.95-
YUV194.92146.67124.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 228 (89.45% from 255) = 37.44%
R=31.20%
G=31.36%
B=37.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901912280.170.1600.11238.4241.381.96
HexBEBFE411100Bee2952
Octal276277344212001335651122
Binary101111101011111111100100100011000001011111011101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFE4; }

 p { color: rgb(190,191,228); }

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

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

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

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

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

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

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