Html Css Color HEX #BEBAE8 Lavender Grey

📋 copy color: '#BEBAE8'

red 190 ◦ green 186 ◦ blue 232

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

Shades of Lavender Grey #BEBAE8

Tints of Lavender Grey #BEBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.16%

R = 31.25%
G = 30.59%
B = 38.16%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEBAE8 (or 0xBEBAE8) is known color: Lavender Grey. HEX triplet: BE, BA and E8. RGB value is (190,186,232). Sum of RGB (Red+Green+Blue) = 190+186+232=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAE8 is #414517. Grayscale: #C0C0C0. Windows color (decimal): -4277528 or 15252158. OLE color: 15252158.

HSL color Cylindrical-coordinate representation of color #BEBAE8: hue angle of 245.22º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEBAE8 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 186 232 -
CMYK 0.18 0.20 0 0.09
HSL 245.22º 0.5% 0.82% -
HSV(B) 245.22º 0.2% 0.91% -
XYZ 53.36 51.89 83.55 -
YUV 192.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 190 186 232 0.18 0.20 0 0.09 245.22 0.5 0.82
Hex BE BA E8 12 14 0 9 F5 32 52
Octal 276 272 350 22 24 0 11 365 62 122
Binary 10111110 10111010 11101000 10010 10100 0 1001 11110101 110010 1010010

Color Harmonies of #BEBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAE8

Black with #BEBAE8

Text Example


Text Example

White with #BEBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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