Html Css Color HEX #BEBADB Lavender Grey

📋 copy color: '#BEBADB'

red 190 ◦ green 186 ◦ blue 219

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

Shades of Lavender Grey #BEBADB

Tints of Lavender Grey #BEBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 31.93%
G = 31.26%
B = 36.81%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEBADB (or 0xBEBADB) is known color: Lavender Grey. HEX triplet: BE, BA and DB. RGB value is (190,186,219). Sum of RGB (Red+Green+Blue) = 190+186+219=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADB is #414524. Grayscale: #BEBEBE. Windows color (decimal): -4277541 or 14400190. OLE color: 14400190.

HSL color Cylindrical-coordinate representation of color #BEBADB: hue angle of 247.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBADB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 186 219 -
CMYK 0.13 0.15 0 0.14
HSL 247.27º 0.31% 0.79% -
HSV(B) 247.27º 0.15% 0.86% -
XYZ 51.58 51.18 74.18 -
YUV 190.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 190 186 219 0.13 0.15 0 0.14 247.27 0.31 0.79
Hex BE BA DB D F 0 E F7 1F 4F
Octal 276 272 333 15 17 0 16 367 37 117
Binary 10111110 10111010 11011011 1101 1111 0 1110 11110111 11111 1001111

Color Harmonies of #BEBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBADB

Black with #BEBADB

Text Example


Text Example

White with #BEBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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