#bac4e2

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

Shades of Periwinkle #BAC4E2

Tints of Periwinkle #BAC4E2

Color information

#BAC4E2 (or 0xBAC4E2) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and E2. RGB value is (186,196,226). Sum of RGB (Red+Green+Blue) = 186+196+226=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAC4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4E2 is #453B1D. Grayscale: #C4C4C4. Windows color (decimal): -4537118 or 14861498. OLE color: 14861498.

HSL color Cylindrical-coordinate representation of color #BAC4E2: hue angle of 225º degrees, saturation: 0.41, 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 #BAC4E2 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186196226-
CMYK0.180.1300.11
HSL225º40.82%80.78%-
HSV(B)225º17.7%88.63%-
XYZ53.7255.4179.82-
YUV196.43144.69120.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 226 (88.67% from 255) = 37.17%
R=30.59%
G=32.24%
B=37.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861962260.180.1300.1122540.8280.78
HexBAC4E212D0Be12951
Octal272304342221501334151121
Binary10111010110001001110001010010110101011111000011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bac4e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bac4e2; }

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

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

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

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

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

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

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

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