Html Css Color HEX #BEBAE0 Lavender Grey

📋 copy color: '#BEBAE0'

red 190 ◦ green 186 ◦ blue 224

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

Shades of Lavender Grey #BEBAE0

Tints of Lavender Grey #BEBAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

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

R = 31.67%
G = 31%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEBAE0 (or 0xBEBAE0) is known color: Lavender Grey. HEX triplet: BE, BA and E0. RGB value is (190,186,224). Sum of RGB (Red+Green+Blue) = 190+186+224=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAE0 is #41451F. Grayscale: #BFBFBF. Windows color (decimal): -4277536 or 14727870. OLE color: 14727870.

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

Color convert

RGB 190 186 224 -
CMYK 0.15 0.17 0 0.12
HSL 246.32º 0.38% 0.8% -
HSV(B) 246.32º 0.17% 0.88% -
XYZ 52.25 51.45 77.7 -
YUV 191.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 190 186 224 0.15 0.17 0 0.12 246.32 0.38 0.8
Hex BE BA E0 F 11 0 C F6 26 50
Octal 276 272 340 17 21 0 14 366 46 120
Binary 10111110 10111010 11100000 1111 10001 0 1100 11110110 100110 1010000

Color Harmonies of #BEBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAE0

Black with #BEBAE0

Text Example


Text Example

White with #BEBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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