Html Css Color HEX #BEBEE0 Lavender Grey

📋 copy color: '#BEBEE0'

red 190 ◦ green 190 ◦ blue 224

#BEBEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #BEBEE0

Tints of Lavender Grey #BEBEE0

RGB

 RED value IS 190 (74.61% from 255) = 31.46%

 GREEN value IS 190 (74.61% from 255) = 31.46%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 31.46%
G = 31.46%
B = 37.09%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEBEE0 (or 0xBEBEE0) is known color: Lavender Grey. HEX triplet: BE, BE and E0. RGB value is (190,190,224). Sum of RGB (Red+Green+Blue) = 190+190+224=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEE0 is #41411F. Grayscale: #C1C1C1. Windows color (decimal): -4276512 or 14728894. OLE color: 14728894.

HSL color Cylindrical-coordinate representation of color #BEBEE0: hue angle of 240º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBEE0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 190 224 -
CMYK 0.15 0.15 0 0.12
HSL 240º 0.35% 0.81% -
HSV(B) 240º 0.15% 0.88% -
XYZ 53.1 53.16 77.98 -
YUV 193.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 190 190 224 0.15 0.15 0 0.12 240 0.35 0.81
Hex BE BE E0 F F 0 C F0 23 51
Octal 276 276 340 17 17 0 14 360 43 121
Binary 10111110 10111110 11100000 1111 1111 0 1100 11110000 100011 1010001

Color Harmonies of #BEBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBEE0

Black with #BEBEE0

Text Example


Text Example

White with #BEBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBEE0; }

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

 H1.HeaderClassName
 {
   color: #BEBEE0;
 }
 .AnyTagClassName
 {
   color: #BEBEE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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