Html Css Color HEX #BEBCE2 Lavender Grey

📋 copy color: '#BEBCE2'

red 190 ◦ green 188 ◦ blue 226

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

Shades of Lavender Grey #BEBCE2

Tints of Lavender Grey #BEBCE2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.13%

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 31.46%
G = 31.13%
B = 37.42%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEBCE2 (or 0xBEBCE2) is known color: Lavender Grey. HEX triplet: BE, BC and E2. RGB value is (190,188,226). Sum of RGB (Red+Green+Blue) = 190+188+226=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEBCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCE2 is #41431D. Grayscale: #C0C0C0. Windows color (decimal): -4277022 or 14859454. OLE color: 14859454.

HSL color Cylindrical-coordinate representation of color #BEBCE2: hue angle of 243.16º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBCE2 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 188 226 -
CMYK 0.16 0.17 0 0.11
HSL 243.16º 0.4% 0.81% -
HSV(B) 243.16º 0.17% 0.89% -
XYZ 52.95 52.4 79.28 -
YUV 192.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 190 188 226 0.16 0.17 0 0.11 243.16 0.4 0.81
Hex BE BC E2 10 11 0 B F3 28 51
Octal 276 274 342 20 21 0 13 363 50 121
Binary 10111110 10111100 11100010 10000 10001 0 1011 11110011 101000 1010001

Color Harmonies of #BEBCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCE2

Black with #BEBCE2

Text Example


Text Example

White with #BEBCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCE2; }

 p { color: rgb(190,188,226); }

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

background-color css

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

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

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

border-color css

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

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

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