#BDBAF4

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

Shades of Lavender Blue #BDBAF4

Tints of Lavender Blue #BDBAF4

Color information

#BDBAF4 (or 0xBDBAF4) is unknown color: approx Lavender Blue. HEX triplet: BD, BA and F4. RGB value is (189,186,244). Sum of RGB (Red+Green+Blue) = 189+186+244=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDBAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF4 is #42450B. Grayscale: #C1C1C1. Windows color (decimal): -4343052 or 16038589. OLE color: 16038589.

HSL color Cylindrical-coordinate representation of color #BDBAF4: hue angle of 243.1º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDBAF4 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189186244-
CMYK0.230.2400.04
HSL243.1º72.5%84.31%-
HSV(B)243.1º23.77%95.69%-
XYZ54.8752.4792.82-
YUV193.51156.49124.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 244 (95.70% from 255) = 39.42%
R=30.53%
G=30.05%
B=39.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891862440.230.2400.04243.172.584.31
HexBDBAF4171804f34854
Octal275272364273004363110124
Binary101111011011101011110100101111100001001111001110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAF4; }

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

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

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

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

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

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

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

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