#BFBAE9

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

Shades of Lavender Grey #BFBAE9

Tints of Lavender Grey #BFBAE9

Color information

#BFBAE9 (or 0xBFBAE9) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and E9. RGB value is (191,186,233). Sum of RGB (Red+Green+Blue) = 191+186+233=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAE9 is #404516. Grayscale: #C0C0C0. Windows color (decimal): -4211991 or 15317695. OLE color: 15317695.

HSL color Cylindrical-coordinate representation of color #BFBAE9: hue angle of 246.38º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBAE9 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191186233-
CMYK0.180.2000.09
HSL246.38º51.65%82.16%-
HSV(B)246.38º20.17%91.37%-
XYZ53.7552.0884.31-
YUV192.85150.66126.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=31.31%
G=30.49%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911862330.180.2000.09246.3851.6582.16
HexBFBAE9121409f63452
Octal277272351222401136664122
Binary101111111011101011101001100101010001001111101101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAE9; }

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

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

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

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

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

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

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

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