#BAC9FE

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

Shades of Lavender Blue #BAC9FE

Tints of Lavender Blue #BAC9FE

Color information

#BAC9FE (or 0xBAC9FE) is unknown color: approx Lavender Blue. HEX triplet: BA, C9 and FE. RGB value is (186,201,254). Sum of RGB (Red+Green+Blue) = 186+201+254=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9FE is #453601. Grayscale: #CACACA. Windows color (decimal): -4535810 or 16697786. OLE color: 16697786.

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

Color convert

RGB186201254-
CMYK0.270.2100.00
HSL226.76º97.14%86.27%-
HSV(B)226.76º26.77%99.61%-
XYZ59.0359.37102.11-
YUV202.56157.03116.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=29.02%
G=31.36%
B=39.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862012540.270.2100.00226.7697.1486.27
HexBAC9FE1B1500e36156
Octal272311376332500343141126
Binary1011101011001001111111101101110101001110001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9FE; }

 p { color: rgb(186,201,254); }

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

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

 a { background-color: rgb(186,201,254); }

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

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

 span { border-color: rgb(186,201,254); }

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