#BFBEE8

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

Shades of Lavender Grey #BFBEE8

Tints of Lavender Grey #BFBEE8

Color information

#BFBEE8 (or 0xBFBEE8) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and E8. RGB value is (191,190,232). Sum of RGB (Red+Green+Blue) = 191+190+232=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEE8 is #404117. Grayscale: #C2C2C2. Windows color (decimal): -4210968 or 15253183. OLE color: 15253183.

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

Color convert

RGB191190232-
CMYK0.180.1800.09
HSL241.43º47.73%82.75%-
HSV(B)241.43º18.1%90.98%-
XYZ54.4653.7383.84-
YUV195.09148.83125.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=31.16%
G=31.00%
B=37.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911902320.180.1800.09241.4347.7382.75
HexBFBEE8121209f13053
Octal277276350222201136160123
Binary101111111011111011101000100101001001001111100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEE8; }

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

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

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

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

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

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

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

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