#BAC4E5

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

Shades of Periwinkle #BAC4E5

Tints of Periwinkle #BAC4E5

Color information

#BAC4E5 (or 0xBAC4E5) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and E5. RGB value is (186,196,229). Sum of RGB (Red+Green+Blue) = 186+196+229=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4E5 is #453B1A. Grayscale: #C4C4C4. Windows color (decimal): -4537115 or 15058106. OLE color: 15058106.

HSL color Cylindrical-coordinate representation of color #BAC4E5: hue angle of 226.05º 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 #BAC4E5 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186196229-
CMYK0.190.1400.10
HSL226.05º45.26%81.37%-
HSV(B)226.05º18.78%89.8%-
XYZ54.1355.5882-
YUV196.77146.19120.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 196 (76.95% from 255) = 32.08%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=30.44%
G=32.08%
B=37.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861962290.190.1400.10226.0545.2681.37
HexBAC4E513E0Ae22d51
Octal272304345231601234255121
Binary10111010110001001110010110011111001010111000101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4E5; }

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

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

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

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

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

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

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

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