#BFBAF4

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

Shades of Lavender Blue #BFBAF4

Tints of Lavender Blue #BFBAF4

Color information

#BFBAF4 (or 0xBFBAF4) is unknown color: approx Lavender Blue. HEX triplet: BF, BA and F4. RGB value is (191,186,244). Sum of RGB (Red+Green+Blue) = 191+186+244=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFBAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF4 is #40450B. Grayscale: #C1C1C1. Windows color (decimal): -4211980 or 16038591. OLE color: 16038591.

HSL color Cylindrical-coordinate representation of color #BFBAF4: hue angle of 245.17º 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 #BFBAF4 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191186244-
CMYK0.220.2400.04
HSL245.17º72.5%84.31%-
HSV(B)245.17º23.77%95.69%-
XYZ55.3752.7392.85-
YUV194.11156.16125.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=30.76%
G=29.95%
B=39.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911862440.220.2400.04245.1772.584.31
HexBFBAF4161804f54854
Octal277272364263004365110124
Binary101111111011101011110100101101100001001111010110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAF4; }

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

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

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

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

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

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

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

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