#BAC5FF

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

Shades of Lavender Blue #BAC5FF

Tints of Lavender Blue #BAC5FF

Color information

#BAC5FF (or 0xBAC5FF) is unknown color: approx Lavender Blue. HEX triplet: BA, C5 and FF. RGB value is (186,197,255). Sum of RGB (Red+Green+Blue) = 186+197+255=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FF is #453A00. Grayscale: #C8C8C8. Windows color (decimal): -4536833 or 16762298. OLE color: 16762298.

HSL color Cylindrical-coordinate representation of color #BAC5FF: hue angle of 230.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC5FF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186197255-
CMYK0.270.2300
HSL230.43º100%86.47%-
HSV(B)230.43º27.06%100%-
XYZ58.2757.59102.65-
YUV200.32158.86117.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 255 (100% from 255) = 39.97%
R=29.15%
G=30.88%
B=39.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861972550.270.2300230.4310086.47
HexBAC5FF1B1700e66456
Octal272305377332700346144126
Binary1011101011000101111111111101110111001110011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5FF; }

 p { color: rgb(186,197,255); }

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

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

 a { background-color: rgb(186,197,255); }

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

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

 span { border-color: rgb(186,197,255); }

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