#BFBAEB

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

Shades of Lavender Grey #BFBAEB

Tints of Lavender Grey #BFBAEB

Color information

#BFBAEB (or 0xBFBAEB) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and EB. RGB value is (191,186,235). Sum of RGB (Red+Green+Blue) = 191+186+235=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAEB is #404514. Grayscale: #C0C0C0. Windows color (decimal): -4211989 or 15448767. OLE color: 15448767.

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

Color convert

RGB191186235-
CMYK0.190.2100.08
HSL246.12º55.06%82.55%-
HSV(B)246.12º20.85%92.16%-
XYZ54.0452.1985.82-
YUV193.08151.66126.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=31.21%
G=30.39%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911862350.190.2100.08246.1255.0682.55
HexBFBAEB131508f63753
Octal277272353232501036667123
Binary101111111011101011101011100111010101000111101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAEB; }

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

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

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

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

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

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

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

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