#BFBAF3

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

Shades of Lavender Blue #BFBAF3

Tints of Lavender Blue #BFBAF3

Color information

#BFBAF3 (or 0xBFBAF3) is unknown color: approx Lavender Blue. HEX triplet: BF, BA and F3. RGB value is (191,186,243). Sum of RGB (Red+Green+Blue) = 191+186+243=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF3 is #40450C. Grayscale: #C1C1C1. Windows color (decimal): -4211981 or 15973055. OLE color: 15973055.

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

Color convert

RGB191186243-
CMYK0.210.2300.05
HSL245.26º70.37%84.12%-
HSV(B)245.26º23.46%95.29%-
XYZ55.2252.6792.05-
YUV193.99155.66125.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=30.81%
G=30%
B=39.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911862430.210.2300.05245.2670.3784.12
HexBFBAF3151705f54654
Octal277272363252705365106124
Binary101111111011101011110011101011011101011111010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAF3; }

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

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

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

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

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

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

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

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