#BAC2E5

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

Shades of Periwinkle #BAC2E5

Tints of Periwinkle #BAC2E5

Color information

#BAC2E5 (or 0xBAC2E5) is unknown color: approx Periwinkle. HEX triplet: BA, C2 and E5. RGB value is (186,194,229). Sum of RGB (Red+Green+Blue) = 186+194+229=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2E5 is #453D1A. Grayscale: #C3C3C3. Windows color (decimal): -4537627 or 15057594. OLE color: 15057594.

HSL color Cylindrical-coordinate representation of color #BAC2E5: hue angle of 228.84º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC2E5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186194229-
CMYK0.190.1500.10
HSL228.84º45.26%81.37%-
HSV(B)228.84º18.78%89.8%-
XYZ53.6854.6881.85-
YUV195.6146.85121.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=30.54%
G=31.86%
B=37.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861942290.190.1500.10228.8445.2681.37
HexBAC2E513F0Ae52d51
Octal272302345231701234555121
Binary10111010110000101110010110011111101010111001011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2E5; }

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

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

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

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

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

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

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

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