Html Css Color HEX #BEBED2 Lavender Grey

📋 copy color: '#BEBED2'

red 190 ◦ green 190 ◦ blue 210

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

Shades of Lavender Grey #BEBED2

Tints of Lavender Grey #BEBED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.2%

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 32.2%
G = 32.2%
B = 35.59%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEBED2 (or 0xBEBED2) is known color: Lavender Grey. HEX triplet: BE, BE and D2. RGB value is (190,190,210). Sum of RGB (Red+Green+Blue) = 190+190+210=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBED2 is #41412D. Grayscale: #C0C0C0. Windows color (decimal): -4276526 or 13811390. OLE color: 13811390.

HSL color Cylindrical-coordinate representation of color #BEBED2: hue angle of 240º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBED2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 190 210 -
CMYK 0.10 0.10 0 0.18
HSL 240º 0.18% 0.78% -
HSV(B) 240º 0.1% 0.82% -
XYZ 51.28 52.43 68.39 -
YUV 192.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 190 190 210 0.10 0.10 0 0.18 240 0.18 0.78
Hex BE BE D2 A A 0 12 F0 12 4E
Octal 276 276 322 12 12 0 22 360 22 116
Binary 10111110 10111110 11010010 1010 1010 0 10010 11110000 10010 1001110

Color Harmonies of #BEBED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBED2

Black with #BEBED2

Text Example


Text Example

White with #BEBED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBED2; }

 p { color: rgb(190,190,210); }

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

background-color css

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

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

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

border-color css

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

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

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