#BAC4FC

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

Shades of Lavender Blue #BAC4FC

Tints of Lavender Blue #BAC4FC

Color information

#BAC4FC (or 0xBAC4FC) is unknown color: approx Lavender Blue. HEX triplet: BA, C4 and FC. RGB value is (186,196,252). Sum of RGB (Red+Green+Blue) = 186+196+252=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4FC is #453B03. Grayscale: #C7C7C7. Windows color (decimal): -4537092 or 16565434. OLE color: 16565434.

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

Color convert

RGB186196252-
CMYK0.260.2200.01
HSL230.91º91.67%85.88%-
HSV(B)230.91º26.19%98.82%-
XYZ57.5656.95100.05-
YUV199.39157.69118.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=29.34%
G=30.91%
B=39.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861962520.260.2200.01230.9191.6785.88
HexBAC4FC1A1601e75c56
Octal272304374322601347134126
Binary1011101011000100111111001101010110011110011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4FC; }

 p { color: rgb(186,196,252); }

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

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

 a { background-color: rgb(186,196,252); }

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

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

 span { border-color: rgb(186,196,252); }

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