#BDBAF1

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

Shades of Lavender Grey #BDBAF1

Tints of Lavender Grey #BDBAF1

Color information

#BDBAF1 (or 0xBDBAF1) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and F1. RGB value is (189,186,241). Sum of RGB (Red+Green+Blue) = 189+186+241=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF1 is #42450E. Grayscale: #C0C0C0. Windows color (decimal): -4343055 or 15841981. OLE color: 15841981.

HSL color Cylindrical-coordinate representation of color #BDBAF1: hue angle of 243.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBAF1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189186241-
CMYK0.220.2300.05
HSL243.27º66.27%83.73%-
HSV(B)243.27º22.82%94.51%-
XYZ54.4252.2990.44-
YUV193.17154.99125.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=30.68%
G=30.19%
B=39.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891862410.220.2300.05243.2766.2783.73
HexBDBAF1161705f34254
Octal275272361262705363102124
Binary101111011011101011110001101101011101011111001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAF1; }

 p { color: rgb(189,186,241); }

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

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

 a { background-color: rgb(189,186,241); }

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

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

 span { border-color: rgb(189,186,241); }

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