#BFBAFA

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

Shades of Lavender Blue #BFBAFA

Tints of Lavender Blue #BFBAFA

Color information

#BFBAFA (or 0xBFBAFA) is unknown color: approx Lavender Blue. HEX triplet: BF, BA and FA. RGB value is (191,186,250). Sum of RGB (Red+Green+Blue) = 191+186+250=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAFA is #404505. Grayscale: #C2C2C2. Windows color (decimal): -4211974 or 16431807. OLE color: 16431807.

HSL color Cylindrical-coordinate representation of color #BFBAFA: hue angle of 244.69º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBAFA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191186250-
CMYK0.240.2600.02
HSL244.69º86.49%85.49%-
HSV(B)244.69º25.6%98.04%-
XYZ56.353.197.72-
YUV194.79159.16125.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=30.46%
G=29.67%
B=39.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911862500.240.2600.02244.6986.4985.49
HexBFBAFA181A02f55655
Octal277272372303202365126125
Binary10111111101110101111101011000110100101111010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAFA; }

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

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

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

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

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

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

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

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