#BFBAFB

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

Shades of Lavender Blue #BFBAFB

Tints of Lavender Blue #BFBAFB

Color information

#BFBAFB (or 0xBFBAFB) is unknown color: approx Lavender Blue. HEX triplet: BF, BA and FB. RGB value is (191,186,251). Sum of RGB (Red+Green+Blue) = 191+186+251=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFBAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAFB is #404504. Grayscale: #C2C2C2. Windows color (decimal): -4211973 or 16497343. OLE color: 16497343.

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

Color convert

RGB191186251-
CMYK0.240.2600.02
HSL244.62º89.04%85.69%-
HSV(B)244.62º25.9%98.43%-
XYZ56.4653.1698.55-
YUV194.9159.66125.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=30.41%
G=29.62%
B=39.97%

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
Decimal1911862510.240.2600.02244.6289.0485.69
HexBFBAFB181A02f55956
Octal277272373303202365131126
Binary10111111101110101111101111000110100101111010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAFB; }

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

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

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

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

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

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

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

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