Html Css Color HEX #BEBAE2 Lavender Grey

📋 copy color: '#BEBAE2'

red 190 ◦ green 186 ◦ blue 226

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

Shades of Lavender Grey #BEBAE2

Tints of Lavender Grey #BEBAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 31.56%
G = 30.9%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEBAE2 (or 0xBEBAE2) is known color: Lavender Grey. HEX triplet: BE, BA and E2. RGB value is (190,186,226). Sum of RGB (Red+Green+Blue) = 190+186+226=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAE2 is #41451D. Grayscale: #BFBFBF. Windows color (decimal): -4277534 or 14858942. OLE color: 14858942.

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

Color convert

RGB 190 186 226 -
CMYK 0.16 0.18 0 0.11
HSL 246º 0.41% 0.81% -
HSV(B) 246º 0.18% 0.89% -
XYZ 52.52 51.56 79.13 -
YUV 191.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 190 186 226 0.16 0.18 0 0.11 246 0.41 0.81
Hex BE BA E2 10 12 0 B F6 29 51
Octal 276 272 342 20 22 0 13 366 51 121
Binary 10111110 10111010 11100010 10000 10010 0 1011 11110110 101001 1010001

Color Harmonies of #BEBAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAE2

Black with #BEBAE2

Text Example


Text Example

White with #BEBAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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