Html Css Color HEX #BFBEE3 Lavender Grey

📋 copy color: '#BFBEE3'

red 191 ◦ green 190 ◦ blue 227

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

Shades of Lavender Grey #BFBEE3

Tints of Lavender Grey #BFBEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.34%

R = 31.41%
G = 31.25%
B = 37.34%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFBEE3 (or 0xBFBEE3) is known color: Lavender Grey. HEX triplet: BF, BE and E3. RGB value is (191,190,227). Sum of RGB (Red+Green+Blue) = 191+190+227=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEE3 is #40411C. Grayscale: #C2C2C2. Windows color (decimal): -4210973 or 14925503. OLE color: 14925503.

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

Color convert

RGB 191 190 227 -
CMYK 0.16 0.16 0 0.11
HSL 241.62º 0.4% 0.82% -
HSV(B) 241.62º 0.16% 0.89% -
XYZ 53.76 53.45 80.16 -
YUV 194.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 191 190 227 0.16 0.16 0 0.11 241.62 0.4 0.82
Hex BF BE E3 10 10 0 B F2 28 52
Octal 277 276 343 20 20 0 13 362 50 122
Binary 10111111 10111110 11100011 10000 10000 0 1011 11110010 101000 1010010

Color Harmonies of #BFBEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEE3

Black with #BFBEE3

Text Example


Text Example

White with #BFBEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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