#BAC2EA

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

Shades of Perano #BAC2EA

Tints of Perano #BAC2EA

Color information

#BAC2EA (or 0xBAC2EA) is unknown color: approx Perano. HEX triplet: BA, C2 and EA. RGB value is (186,194,234). Sum of RGB (Red+Green+Blue) = 186+194+234=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2EA is #453D15. Grayscale: #C4C4C4. Windows color (decimal): -4537622 or 15385274. OLE color: 15385274.

HSL color Cylindrical-coordinate representation of color #BAC2EA: hue angle of 230º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC2EA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186194234-
CMYK0.210.1700.08
HSL230º53.33%82.35%-
HSV(B)230º20.51%91.76%-
XYZ54.3954.9685.58-
YUV196.17149.35120.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=30.29%
G=31.60%
B=38.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861942340.210.1700.0823053.3382.35
HexBAC2EA151108e63552
Octal272302352252101034665122
Binary101110101100001011101010101011000101000111001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2EA; }

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

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

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

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

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

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

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

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