#bac7ff

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

Shades of Lavender Blue #BAC7FF

Tints of Lavender Blue #BAC7FF

Color information

#BAC7FF (or 0xBAC7FF) is unknown color: approx Lavender Blue. HEX triplet: BA, C7 and FF. RGB value is (186,199,255). Sum of RGB (Red+Green+Blue) = 186+199+255=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7FF is #453800. Grayscale: #C9C9C9. Windows color (decimal): -4536321 or 16762810. OLE color: 16762810.

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

Color convert

RGB186199255-
CMYK0.270.2200
HSL228.7º100%86.47%-
HSV(B)228.7º27.06%100%-
XYZ58.7258.51102.81-
YUV201.5158.19116.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 199 (78.12% from 255) = 31.09%
BLUE value IS 255 (100% from 255) = 39.84%
R=29.06%
G=31.09%
B=39.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861992550.270.2200228.710086.47
HexBAC7FF1B1600e56456
Octal272307377332600345144126
Binary1011101011000111111111111101110110001110010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bac7ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bac7ff; }

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

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

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

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

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

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

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

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