#BFBAE5

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

Shades of Lavender Grey #BFBAE5

Tints of Lavender Grey #BFBAE5

Color information

#BFBAE5 (or 0xBFBAE5) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and E5. RGB value is (191,186,229). Sum of RGB (Red+Green+Blue) = 191+186+229=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAE5 is #40451A. Grayscale: #C0C0C0. Windows color (decimal): -4211995 or 15055551. OLE color: 15055551.

HSL color Cylindrical-coordinate representation of color #BFBAE5: hue angle of 246.98º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBAE5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191186229-
CMYK0.170.1900.10
HSL246.98º45.26%81.37%-
HSV(B)246.98º18.78%89.8%-
XYZ53.1951.8581.33-
YUV192.4148.66127-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=31.52%
G=30.69%
B=37.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911862290.170.1900.10246.9845.2681.37
HexBFBAE511130Af72d51
Octal277272345212301236755121
Binary101111111011101011100101100011001101010111101111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAE5; }

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

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

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

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

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

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

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

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