#BAC5FC

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

Shades of Lavender Blue #BAC5FC

Tints of Lavender Blue #BAC5FC

Color information

#BAC5FC (or 0xBAC5FC) is unknown color: approx Lavender Blue. HEX triplet: BA, C5 and FC. RGB value is (186,197,252). Sum of RGB (Red+Green+Blue) = 186+197+252=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FC is #453A03. Grayscale: #C7C7C7. Windows color (decimal): -4536836 or 16565690. OLE color: 16565690.

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

Color convert

RGB186197252-
CMYK0.260.2200.01
HSL230º91.67%85.88%-
HSV(B)230º26.19%98.82%-
XYZ57.7957.4100.13-
YUV199.98157.36118.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=29.29%
G=31.02%
B=39.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861972520.260.2200.0123091.6785.88
HexBAC5FC1A1601e65c56
Octal272305374322601346134126
Binary1011101011000101111111001101010110011110011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5FC; }

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

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

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

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

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

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

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

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