#BAC5E5

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

Shades of Periwinkle #BAC5E5

Tints of Periwinkle #BAC5E5

Color information

#BAC5E5 (or 0xBAC5E5) is unknown color: approx Periwinkle. HEX triplet: BA, C5 and E5. RGB value is (186,197,229). Sum of RGB (Red+Green+Blue) = 186+197+229=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5E5 is #453A1A. Grayscale: #C5C5C5. Windows color (decimal): -4536859 or 15058362. OLE color: 15058362.

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

Color convert

RGB186197229-
CMYK0.190.1400.10
HSL224.65º45.26%81.37%-
HSV(B)224.65º18.78%89.8%-
XYZ54.3656.0382.08-
YUV197.36145.86119.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 197 (77.34% from 255) = 32.19%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=30.39%
G=32.19%
B=37.42%

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
Decimal1861972290.190.1400.10224.6545.2681.37
HexBAC5E513E0Ae12d51
Octal272305345231601234155121
Binary10111010110001011110010110011111001010111000011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5E5; }

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

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

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

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

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

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

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

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