#BFBAE4

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

Shades of Lavender Grey #BFBAE4

Tints of Lavender Grey #BFBAE4

Color information

#BFBAE4 (or 0xBFBAE4) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and E4. RGB value is (191,186,228). Sum of RGB (Red+Green+Blue) = 191+186+228=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFBAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAE4 is #40451B. Grayscale: #C0C0C0. Windows color (decimal): -4211996 or 14990015. OLE color: 14990015.

HSL color Cylindrical-coordinate representation of color #BFBAE4: hue angle of 247.14º degrees, saturation: 0.44, 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 #BFBAE4 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191186228-
CMYK0.160.1800.11
HSL247.14º43.75%81.18%-
HSV(B)247.14º18.42%89.41%-
XYZ53.0551.880.6-
YUV192.28148.16127.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=31.57%
G=30.74%
B=37.69%

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
Decimal1911862280.160.1800.11247.1443.7581.18
HexBFBAE410120Bf72c51
Octal277272344202201336754121
Binary101111111011101011100100100001001001011111101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAE4; }

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

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

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

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

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

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

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

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