Html Css Color HEX #BEBADE Lavender Grey

📋 copy color: '#BEBADE'

red 190 ◦ green 186 ◦ blue 222

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

Shades of Lavender Grey #BEBADE

Tints of Lavender Grey #BEBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 31.77%
G = 31.1%
B = 37.12%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEBADE (or 0xBEBADE) is known color: Lavender Grey. HEX triplet: BE, BA and DE. RGB value is (190,186,222). Sum of RGB (Red+Green+Blue) = 190+186+222=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADE is #414521. Grayscale: #BFBFBF. Windows color (decimal): -4277538 or 14596798. OLE color: 14596798.

HSL color Cylindrical-coordinate representation of color #BEBADE: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBADE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 186 222 -
CMYK 0.14 0.16 0 0.13
HSL 246.67º 0.35% 0.8% -
HSV(B) 246.67º 0.16% 0.87% -
XYZ 51.98 51.34 76.28 -
YUV 191.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 190 186 222 0.14 0.16 0 0.13 246.67 0.35 0.8
Hex BE BA DE E 10 0 D F7 23 50
Octal 276 272 336 16 20 0 15 367 43 120
Binary 10111110 10111010 11011110 1110 10000 0 1101 11110111 100011 1010000

Color Harmonies of #BEBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBADE

Black with #BEBADE

Text Example


Text Example

White with #BEBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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