#BDBFE7

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

Shades of Lavender Grey #BDBFE7

Tints of Lavender Grey #BDBFE7

Color information

#BDBFE7 (or 0xBDBFE7) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and E7. RGB value is (189,191,231). Sum of RGB (Red+Green+Blue) = 189+191+231=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFE7 is #424018. Grayscale: #C2C2C2. Windows color (decimal): -4341785 or 15187901. OLE color: 15187901.

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

Color convert

RGB189191231-
CMYK0.180.1700.09
HSL237.14º46.67%82.35%-
HSV(B)237.14º18.18%90.59%-
XYZ54.0453.8583.15-
YUV194.96148.34123.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=30.93%
G=31.26%
B=37.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891912310.180.1700.09237.1446.6782.35
HexBDBFE7121109ed2f52
Octal275277347222101135557122
Binary101111011011111111100111100101000101001111011011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFE7; }

 p { color: rgb(189,191,231); }

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

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

 a { background-color: rgb(189,191,231); }

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

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

 span { border-color: rgb(189,191,231); }

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