#BAC8FD

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

Shades of Lavender Blue #BAC8FD

Tints of Lavender Blue #BAC8FD

Color information

#BAC8FD (or 0xBAC8FD) is unknown color: approx Lavender Blue. HEX triplet: BA, C8 and FD. RGB value is (186,200,253). Sum of RGB (Red+Green+Blue) = 186+200+253=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8FD is #453702. Grayscale: #C9C9C9. Windows color (decimal): -4536067 or 16631994. OLE color: 16631994.

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

Color convert

RGB186200253-
CMYK0.260.2100.01
HSL227.46º94.37%86.08%-
HSV(B)227.46º26.48%99.22%-
XYZ58.6358.84101.2-
YUV201.86156.86116.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=29.11%
G=31.30%
B=39.59%

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
Decimal1862002530.260.2100.01227.4694.3786.08
HexBAC8FD1A1501e35e56
Octal272310375322501343136126
Binary1011101011001000111111011101010101011110001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8FD; }

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

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

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

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

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

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

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

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