#BAC5FD

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

Shades of Lavender Blue #BAC5FD

Tints of Lavender Blue #BAC5FD

Color information

#BAC5FD (or 0xBAC5FD) is unknown color: approx Lavender Blue. HEX triplet: BA, C5 and FD. RGB value is (186,197,253). Sum of RGB (Red+Green+Blue) = 186+197+253=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FD is #453A02. Grayscale: #C7C7C7. Windows color (decimal): -4536835 or 16631226. OLE color: 16631226.

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

Color convert

RGB186197253-
CMYK0.260.2200.01
HSL230.15º94.37%86.08%-
HSV(B)230.15º26.48%99.22%-
XYZ57.9557.46100.97-
YUV200.1157.86117.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=29.25%
G=30.97%
B=39.78%

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
Decimal1861972530.260.2200.01230.1594.3786.08
HexBAC5FD1A1601e65e56
Octal272305375322601346136126
Binary1011101011000101111111011101010110011110011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5FD; }

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

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

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

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

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

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

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

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