#BFBAF6

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

Shades of Lavender Blue #BFBAF6

Tints of Lavender Blue #BFBAF6

Color information

#BFBAF6 (or 0xBFBAF6) is unknown color: approx Lavender Blue. HEX triplet: BF, BA and F6. RGB value is (191,186,246). Sum of RGB (Red+Green+Blue) = 191+186+246=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF6 is #404509. Grayscale: #C2C2C2. Windows color (decimal): -4211978 or 16169663. OLE color: 16169663.

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

Color convert

RGB191186246-
CMYK0.220.2400.04
HSL245º76.92%84.71%-
HSV(B)245º24.39%96.47%-
XYZ55.6852.8594.45-
YUV194.34157.16125.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=30.66%
G=29.86%
B=39.49%

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
Decimal1911862460.220.2400.0424576.9284.71
HexBFBAF6161804f54d55
Octal277272366263004365115125
Binary101111111011101011110110101101100001001111010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAF6; }

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

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

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

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

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

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

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

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