#BAC2EC

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

Shades of Perano #BAC2EC

Tints of Perano #BAC2EC

Color information

#BAC2EC (or 0xBAC2EC) is unknown color: approx Perano. HEX triplet: BA, C2 and EC. RGB value is (186,194,236). Sum of RGB (Red+Green+Blue) = 186+194+236=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2EC is #453D13. Grayscale: #C4C4C4. Windows color (decimal): -4537620 or 15516346. OLE color: 15516346.

HSL color Cylindrical-coordinate representation of color #BAC2EC: hue angle of 230.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC2EC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186194236-
CMYK0.210.1800.07
HSL230.4º56.82%82.75%-
HSV(B)230.4º21.19%92.55%-
XYZ54.6855.0887.11-
YUV196.4150.35120.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=30.19%
G=31.49%
B=38.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861942360.210.1800.07230.456.8282.75
HexBAC2EC151207e63953
Octal27230235425220734671123
Binary10111010110000101110110010101100100111111001101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2EC; }

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

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

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

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

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

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

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

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