#BAC4E4

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

Shades of Periwinkle #BAC4E4

Tints of Periwinkle #BAC4E4

Color information

#BAC4E4 (or 0xBAC4E4) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and E4. RGB value is (186,196,228). Sum of RGB (Red+Green+Blue) = 186+196+228=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAC4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4E4 is #453B1B. Grayscale: #C4C4C4. Windows color (decimal): -4537116 or 14992570. OLE color: 14992570.

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

Color convert

RGB186196228-
CMYK0.180.1400.11
HSL225.71º43.75%81.18%-
HSV(B)225.71º18.42%89.41%-
XYZ53.9955.5281.27-
YUV196.66145.69120.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 228 (89.45% from 255) = 37.38%
R=30.49%
G=32.13%
B=37.38%

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
Decimal1861962280.180.1400.11225.7143.7581.18
HexBAC4E412E0Be22c51
Octal272304344221601334254121
Binary10111010110001001110010010010111001011111000101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4E4; }

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

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

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

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

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

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

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

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