#BFBAE3

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

Shades of Lavender Grey #BFBAE3

Tints of Lavender Grey #BFBAE3

Color information

#BFBAE3 (or 0xBFBAE3) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and E3. RGB value is (191,186,227). Sum of RGB (Red+Green+Blue) = 191+186+227=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAE3 is #40451C. Grayscale: #C0C0C0. Windows color (decimal): -4211997 or 14924479. OLE color: 14924479.

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

Color convert

RGB191186227-
CMYK0.160.1800.11
HSL247.32º42.27%80.98%-
HSV(B)247.32º18.06%89.02%-
XYZ52.9151.7479.87-
YUV192.17147.66127.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 227 (89.06% from 255) = 37.58%
R=31.62%
G=30.79%
B=37.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911862270.160.1800.11247.3242.2780.98
HexBFBAE310120Bf72a51
Octal277272343202201336752121
Binary101111111011101011100011100001001001011111101111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAE3; }

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

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

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

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

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

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

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

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