#BDBFE1

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

Shades of Lavender Grey #BDBFE1

Tints of Lavender Grey #BDBFE1

Color information

#BDBFE1 (or 0xBDBFE1) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and E1. RGB value is (189,191,225). Sum of RGB (Red+Green+Blue) = 189+191+225=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFE1 is #42401E. Grayscale: #C2C2C2. Windows color (decimal): -4341791 or 14794685. OLE color: 14794685.

HSL color Cylindrical-coordinate representation of color #BDBFE1: hue angle of 236.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBFE1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189191225-
CMYK0.160.1500.12
HSL236.67º37.5%81.18%-
HSV(B)236.67º16%88.24%-
XYZ53.2153.5278.76-
YUV194.28145.34124.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=31.24%
G=31.57%
B=37.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891912250.160.1500.12236.6737.581.18
HexBDBFE110F0Ced2551
Octal275277341201701435545121
Binary10111101101111111110000110000111101100111011011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFE1; }

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

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

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

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

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

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

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

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