#BDBFE4

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

Shades of Lavender Grey #BDBFE4

Tints of Lavender Grey #BDBFE4

Color information

#BDBFE4 (or 0xBDBFE4) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and E4. RGB value is (189,191,228). Sum of RGB (Red+Green+Blue) = 189+191+228=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFE4 is #42401B. Grayscale: #C2C2C2. Windows color (decimal): -4341788 or 14991293. OLE color: 14991293.

HSL color Cylindrical-coordinate representation of color #BDBFE4: hue angle of 236.92º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBFE4 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189191228-
CMYK0.170.1600.11
HSL236.92º41.94%81.76%-
HSV(B)236.92º17.11%89.41%-
XYZ53.6253.6880.93-
YUV194.62146.84123.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 228 (89.45% from 255) = 37.5%
R=31.09%
G=31.41%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891912280.170.1600.11236.9241.9481.76
HexBDBFE411100Bed2a52
Octal275277344212001335552122
Binary101111011011111111100100100011000001011111011011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFE4; }

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

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

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

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

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

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

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

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