Html Css Color HEX #BFBEE1 Lavender Grey

📋 copy color: '#BFBEE1'

red 191 ◦ green 190 ◦ blue 225

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

Shades of Lavender Grey #BFBEE1

Tints of Lavender Grey #BFBEE1

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFBEE1 (or 0xBFBEE1) is known color: Lavender Grey. HEX triplet: BF, BE and E1. RGB value is (191,190,225). Sum of RGB (Red+Green+Blue) = 191+190+225=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 190 (74.61% from 255 or 31.35% 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 #BFBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEE1 is #40411E. Grayscale: #C2C2C2. Windows color (decimal): -4210975 or 14794431. OLE color: 14794431.

HSL color Cylindrical-coordinate representation of color #BFBEE1: hue angle of 241.71º 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 #BFBEE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 190 225 -
CMYK 0.15 0.16 0 0.12
HSL 241.71º 0.37% 0.81% -
HSV(B) 241.71º 0.16% 0.88% -
XYZ 53.49 53.34 78.71 -
YUV 194.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 191 190 225 0.15 0.16 0 0.12 241.71 0.37 0.81
Hex BF BE E1 F 10 0 C F2 25 51
Octal 277 276 341 17 20 0 14 362 45 121
Binary 10111111 10111110 11100001 1111 10000 0 1100 11110010 100101 1010001

Color Harmonies of #BFBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEE1

Black with #BFBEE1

Text Example


Text Example

White with #BFBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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