#BAC4E6

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

Shades of Periwinkle #BAC4E6

Tints of Periwinkle #BAC4E6

Color information

#BAC4E6 (or 0xBAC4E6) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and E6. RGB value is (186,196,230). Sum of RGB (Red+Green+Blue) = 186+196+230=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4E6 is #453B19. Grayscale: #C4C4C4. Windows color (decimal): -4537114 or 15123642. OLE color: 15123642.

HSL color Cylindrical-coordinate representation of color #BAC4E6: hue angle of 226.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC4E6 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186196230-
CMYK0.190.1500.10
HSL226.36º46.81%81.57%-
HSV(B)226.36º19.13%90.2%-
XYZ54.2755.6382.74-
YUV196.89146.69120.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 230 (90.23% from 255) = 37.58%
R=30.39%
G=32.03%
B=37.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861962300.190.1500.10226.3646.8181.57
HexBAC4E613F0Ae22f52
Octal272304346231701234257122
Binary10111010110001001110011010011111101010111000101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4E6; }

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

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

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

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

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

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

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

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