#BFBEE6

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

Shades of Lavender Grey #BFBEE6

Tints of Lavender Grey #BFBEE6

Color information

#BFBEE6 (or 0xBFBEE6) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and E6. RGB value is (191,190,230). Sum of RGB (Red+Green+Blue) = 191+190+230=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEE6 is #404119. Grayscale: #C2C2C2. Windows color (decimal): -4210970 or 15122111. OLE color: 15122111.

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

Color convert

RGB191190230-
CMYK0.170.1700.10
HSL241.5º44.44%82.35%-
HSV(B)241.5º17.39%90.2%-
XYZ54.1853.6282.36-
YUV194.86147.83125.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=31.26%
G=31.10%
B=37.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911902300.170.1700.10241.544.4482.35
HexBFBEE611110Af22c52
Octal277276346212101236254122
Binary101111111011111011100110100011000101010111100101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEE6; }

 p { color: rgb(191,190,230); }

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

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

 a { background-color: rgb(191,190,230); }

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

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

 span { border-color: rgb(191,190,230); }

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