#BFBAEC

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

Shades of Lavender Grey #BFBAEC

Tints of Lavender Grey #BFBAEC

Color information

#BFBAEC (or 0xBFBAEC) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and EC. RGB value is (191,186,236). Sum of RGB (Red+Green+Blue) = 191+186+236=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAEC is #404513. Grayscale: #C1C1C1. Windows color (decimal): -4211988 or 15514303. OLE color: 15514303.

HSL color Cylindrical-coordinate representation of color #BFBAEC: hue angle of 246º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBAEC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191186236-
CMYK0.190.2100.07
HSL246º56.82%82.75%-
HSV(B)246º21.19%92.55%-
XYZ54.1952.2586.59-
YUV193.2152.16126.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=31.16%
G=30.34%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911862360.190.2100.0724656.8282.75
HexBFBAEC131507f63953
Octal27727235423250736671123
Binary10111111101110101110110010011101010111111101101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAEC; }

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

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

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

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

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

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

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

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