Html Css Color HEX #BEBEDC Lavender Grey

📋 copy color: '#BEBEDC'

red 190 ◦ green 190 ◦ blue 220

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

Shades of Lavender Grey #BEBEDC

Tints of Lavender Grey #BEBEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 31.67%
G = 31.67%
B = 36.67%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEBEDC (or 0xBEBEDC) is known color: Lavender Grey. HEX triplet: BE, BE and DC. RGB value is (190,190,220). Sum of RGB (Red+Green+Blue) = 190+190+220=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEDC is #414123. Grayscale: #C1C1C1. Windows color (decimal): -4276516 or 14466750. OLE color: 14466750.

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

Color convert

RGB 190 190 220 -
CMYK 0.14 0.14 0 0.14
HSL 240º 0.3% 0.8% -
HSV(B) 240º 0.14% 0.86% -
XYZ 52.57 52.94 75.16 -
YUV 193.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 190 190 220 0.14 0.14 0 0.14 240 0.3 0.8
Hex BE BE DC E E 0 E F0 1E 50
Octal 276 276 334 16 16 0 16 360 36 120
Binary 10111110 10111110 11011100 1110 1110 0 1110 11110000 11110 1010000

Color Harmonies of #BEBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBEDC

Black with #BEBEDC

Text Example


Text Example

White with #BEBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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