Html Css Color HEX #BEBFE1 Lavender Grey

📋 copy color: '#BEBFE1'

red 190 ◦ green 191 ◦ blue 225

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

Shades of Lavender Grey #BEBFE1

Tints of Lavender Grey #BEBFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 31.52%

 BLUE value IS 225 (88.28% from 255) = 37.13%

R = 31.35%
G = 31.52%
B = 37.13%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEBFE1 (or 0xBEBFE1) is known color: Lavender Grey. HEX triplet: BE, BF and E1. RGB value is (190,191,225). Sum of RGB (Red+Green+Blue) = 190+191+225=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE1 is #41401E. Grayscale: #C2C2C2. Windows color (decimal): -4276255 or 14794686. OLE color: 14794686.

HSL color Cylindrical-coordinate representation of color #BEBFE1: hue angle of 238.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBFE1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 191 225 -
CMYK 0.16 0.15 0 0.12
HSL 238.29º 0.37% 0.81% -
HSV(B) 238.29º 0.16% 0.88% -
XYZ 53.46 53.65 78.77 -
YUV 194.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 190 191 225 0.16 0.15 0 0.12 238.29 0.37 0.81
Hex BE BF E1 10 F 0 C EE 25 51
Octal 276 277 341 20 17 0 14 356 45 121
Binary 10111110 10111111 11100001 10000 1111 0 1100 11101110 100101 1010001

Color Harmonies of #BEBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFE1

Black with #BEBFE1

Text Example


Text Example

White with #BEBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFE1; }

 p { color: rgb(190,191,225); }

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

background-color css

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

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

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

border-color css

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

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

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