#BDBCE7

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

Shades of Lavender Grey #BDBCE7

Tints of Lavender Grey #BDBCE7

Color information

#BDBCE7 (or 0xBDBCE7) is unknown color: approx Lavender Grey. HEX triplet: BD, BC and E7. RGB value is (189,188,231). Sum of RGB (Red+Green+Blue) = 189+188+231=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDBCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCE7 is #424318. Grayscale: #C1C1C1. Windows color (decimal): -4342553 or 15187133. OLE color: 15187133.

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

Color convert

RGB189188231-
CMYK0.180.1900.09
HSL241.4º47.25%82.16%-
HSV(B)241.4º18.61%90.59%-
XYZ53.3952.5582.93-
YUV193.2149.33125-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=31.09%
G=30.92%
B=37.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891882310.180.1900.09241.447.2582.16
HexBDBCE7121309f12f52
Octal275274347222301136157122
Binary101111011011110011100111100101001101001111100011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCE7; }

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

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

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

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

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

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

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

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