Html Css Color HEX #BEBAE5 Lavender Grey

📋 copy color: '#BEBAE5'

red 190 ◦ green 186 ◦ blue 229

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

Shades of Lavender Grey #BEBAE5

Tints of Lavender Grey #BEBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 31.4%
G = 30.74%
B = 37.85%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEBAE5 (or 0xBEBAE5) is known color: Lavender Grey. HEX triplet: BE, BA and E5. RGB value is (190,186,229). Sum of RGB (Red+Green+Blue) = 190+186+229=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAE5 is #41451A. Grayscale: #BFBFBF. Windows color (decimal): -4277531 or 15055550. OLE color: 15055550.

HSL color Cylindrical-coordinate representation of color #BEBAE5: hue angle of 245.58º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBAE5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 186 229 -
CMYK 0.17 0.19 0 0.10
HSL 245.58º 0.45% 0.81% -
HSV(B) 245.58º 0.19% 0.9% -
XYZ 52.94 51.72 81.32 -
YUV 192.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 190 186 229 0.17 0.19 0 0.10 245.58 0.45 0.81
Hex BE BA E5 11 13 0 A F6 2D 51
Octal 276 272 345 21 23 0 12 366 55 121
Binary 10111110 10111010 11100101 10001 10011 0 1010 11110110 101101 1010001

Color Harmonies of #BEBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAE5

Black with #BEBAE5

Text Example


Text Example

White with #BEBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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