#BAC5E4

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

Shades of Periwinkle #BAC5E4

Tints of Periwinkle #BAC5E4

Color information

#BAC5E4 (or 0xBAC5E4) is unknown color: approx Periwinkle. HEX triplet: BA, C5 and E4. RGB value is (186,197,228). Sum of RGB (Red+Green+Blue) = 186+197+228=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAC5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5E4 is #453A1B. Grayscale: #C5C5C5. Windows color (decimal): -4536860 or 14992826. OLE color: 14992826.

HSL color Cylindrical-coordinate representation of color #BAC5E4: hue angle of 224.29º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC5E4 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186197228-
CMYK0.180.1400.11
HSL224.29º43.75%81.18%-
HSV(B)224.29º18.42%89.41%-
XYZ54.2255.9781.34-
YUV197.24145.36119.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 228 (89.45% from 255) = 37.32%
R=30.44%
G=32.24%
B=37.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861972280.180.1400.11224.2943.7581.18
HexBAC5E412E0Be02c51
Octal272305344221601334054121
Binary10111010110001011110010010010111001011111000001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5E4; }

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

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

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

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

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

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

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

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