#BFBAF7

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

Shades of Lavender Blue #BFBAF7

Tints of Lavender Blue #BFBAF7

Color information

#BFBAF7 (or 0xBFBAF7) is unknown color: approx Lavender Blue. HEX triplet: BF, BA and F7. RGB value is (191,186,247). Sum of RGB (Red+Green+Blue) = 191+186+247=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFBAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF7 is #404508. Grayscale: #C2C2C2. Windows color (decimal): -4211977 or 16235199. OLE color: 16235199.

HSL color Cylindrical-coordinate representation of color #BFBAF7: hue angle of 244.92º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBAF7 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191186247-
CMYK0.230.2500.03
HSL244.92º79.22%84.9%-
HSV(B)244.92º24.7%96.86%-
XYZ55.8352.9195.27-
YUV194.45157.66125.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 247 (96.88% from 255) = 39.58%
R=30.61%
G=29.81%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911862470.230.2500.03244.9279.2284.9
HexBFBAF7171903f54f55
Octal277272367273103365117125
Binary10111111101110101111011110111110010111111010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAF7; }

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

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

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

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

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

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

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

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