#BFBAE1

Color #BFBAE1 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BFBAE1

Tints of Lavender Grey #BFBAE1

Color information

#BFBAE1 (or 0xBFBAE1) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and E1. RGB value is (191,186,225). Sum of RGB (Red+Green+Blue) = 191+186+225=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAE1 is #40451E. Grayscale: #BFBFBF. Windows color (decimal): -4211999 or 14793407. OLE color: 14793407.

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

Color convert

RGB191186225-
CMYK0.150.1700.12
HSL247.69º39.39%80.59%-
HSV(B)247.69º17.33%88.24%-
XYZ52.6451.6378.43-
YUV191.94146.66127.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=31.73%
G=30.90%
B=37.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911862250.150.1700.12247.6939.3980.59
HexBFBAE1F110Cf82751
Octal277272341172101437047121
Binary10111111101110101110000111111000101100111110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAE1; }

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

 H1.HeaderClassName
 {
   color: #BFBAE1;
 }
 .AnyTagClassName
 {
   color: #BFBAE1;
 }
</style>
background-color css

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

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

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

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

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

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