#BAC7FD

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

Shades of Lavender Blue #BAC7FD

Tints of Lavender Blue #BAC7FD

Color information

#BAC7FD (or 0xBAC7FD) is unknown color: approx Lavender Blue. HEX triplet: BA, C7 and FD. RGB value is (186,199,253). Sum of RGB (Red+Green+Blue) = 186+199+253=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7FD is #453802. Grayscale: #C9C9C9. Windows color (decimal): -4536323 or 16631738. OLE color: 16631738.

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

Color convert

RGB186199253-
CMYK0.260.2100.01
HSL228.36º94.37%86.08%-
HSV(B)228.36º26.48%99.22%-
XYZ58.458.38101.12-
YUV201.27157.19117.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=29.15%
G=31.19%
B=39.66%

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
Decimal1861992530.260.2100.01228.3694.3786.08
HexBAC7FD1A1501e45e56
Octal272307375322501344136126
Binary1011101011000111111111011101010101011110010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7FD; }

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

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

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

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

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

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

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

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