#BAC2FA

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

Shades of Lavender Blue #BAC2FA

Tints of Lavender Blue #BAC2FA

Color information

#BAC2FA (or 0xBAC2FA) is unknown color: approx Lavender Blue. HEX triplet: BA, C2 and FA. RGB value is (186,194,250). Sum of RGB (Red+Green+Blue) = 186+194+250=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2FA is #453D05. Grayscale: #C5C5C5. Windows color (decimal): -4537606 or 16433850. OLE color: 16433850.

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

Color convert

RGB186194250-
CMYK0.260.2200.02
HSL232.5º86.49%85.49%-
HSV(B)232.5º25.6%98.04%-
XYZ56.855.9298.24-
YUV197.99157.35119.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.52%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=29.52%
G=30.79%
B=39.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861942500.260.2200.02232.586.4985.49
HexBAC2FA1A1602e85655
Octal272302372322602350126125
Binary10111010110000101111101011010101100101110100010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2FA; }

 p { color: rgb(186,194,250); }

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

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

 a { background-color: rgb(186,194,250); }

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

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

 span { border-color: rgb(186,194,250); }

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