#BAC6FC

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

Shades of Lavender Blue #BAC6FC

Tints of Lavender Blue #BAC6FC

Color information

#BAC6FC (or 0xBAC6FC) is unknown color: approx Lavender Blue. HEX triplet: BA, C6 and FC. RGB value is (186,198,252). Sum of RGB (Red+Green+Blue) = 186+198+252=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6FC is #453903. Grayscale: #C8C8C8. Windows color (decimal): -4536580 or 16565946. OLE color: 16565946.

HSL color Cylindrical-coordinate representation of color #BAC6FC: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC6FC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186198252-
CMYK0.260.2100.01
HSL229.09º91.67%85.88%-
HSV(B)229.09º26.19%98.82%-
XYZ58.0157.86100.21-
YUV200.57157.02117.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=29.25%
G=31.13%
B=39.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861982520.260.2100.01229.0991.6785.88
HexBAC6FC1A1501e55c56
Octal272306374322501345134126
Binary1011101011000110111111001101010101011110010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6FC; }

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

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

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

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

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

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

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

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