#BDBAF3

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

Shades of Lavender Blue #BDBAF3

Tints of Lavender Blue #BDBAF3

Color information

#BDBAF3 (or 0xBDBAF3) is unknown color: approx Lavender Blue. HEX triplet: BD, BA and F3. RGB value is (189,186,243). Sum of RGB (Red+Green+Blue) = 189+186+243=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF3 is #42450C. Grayscale: #C1C1C1. Windows color (decimal): -4343053 or 15973053. OLE color: 15973053.

HSL color Cylindrical-coordinate representation of color #BDBAF3: hue angle of 243.16º degrees, saturation: 0.7, 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 #BDBAF3 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189186243-
CMYK0.220.2300.05
HSL243.16º70.37%84.12%-
HSV(B)243.16º23.46%95.29%-
XYZ54.7252.4192.03-
YUV193.4155.99124.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=30.58%
G=30.10%
B=39.32%

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
Decimal1891862430.220.2300.05243.1670.3784.12
HexBDBAF3161705f34654
Octal275272363262705363106124
Binary101111011011101011110011101101011101011111001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAF3; }

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

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

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

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

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

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

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

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