#BAC0FA

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

Shades of Lavender Blue #BAC0FA

Tints of Lavender Blue #BAC0FA

Color information

#BAC0FA (or 0xBAC0FA) is unknown color: approx Lavender Blue. HEX triplet: BA, C0 and FA. RGB value is (186,192,250). Sum of RGB (Red+Green+Blue) = 186+192+250=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC0FA is #453F05. Grayscale: #C4C4C4. Windows color (decimal): -4538118 or 16433338. OLE color: 16433338.

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

Color convert

RGB186192250-
CMYK0.260.2300.02
HSL234.38º86.49%85.49%-
HSV(B)234.38º25.6%98.04%-
XYZ56.3555.0498.1-
YUV196.82158.01120.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=29.62%
G=30.57%
B=39.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861922500.260.2300.02234.3886.4985.49
HexBAC0FA1A1702ea5655
Octal272300372322702352126125
Binary10111010110000001111101011010101110101110101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0FA; }

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

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

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

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

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

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

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

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