#BAC6FB

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

Shades of Lavender Blue #BAC6FB

Tints of Lavender Blue #BAC6FB

Color information

#BAC6FB (or 0xBAC6FB) is unknown color: approx Lavender Blue. HEX triplet: BA, C6 and FB. RGB value is (186,198,251). Sum of RGB (Red+Green+Blue) = 186+198+251=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6FB is #453904. Grayscale: #C8C8C8. Windows color (decimal): -4536581 or 16500410. OLE color: 16500410.

HSL color Cylindrical-coordinate representation of color #BAC6FB: hue angle of 228.92º 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 #BAC6FB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186198251-
CMYK0.260.2100.02
HSL228.92º89.04%85.69%-
HSV(B)228.92º25.9%98.43%-
XYZ57.8657.7999.37-
YUV200.45156.52117.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=29.29%
G=31.18%
B=39.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861982510.260.2100.02228.9289.0485.69
HexBAC6FB1A1502e55956
Octal272306373322502345131126
Binary10111010110001101111101111010101010101110010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6FB; }

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

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

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

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

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

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

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

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