#BAC2DC

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

Shades of Periwinkle #BAC2DC

Tints of Periwinkle #BAC2DC

Color information

#BAC2DC (or 0xBAC2DC) is unknown color: approx Periwinkle. HEX triplet: BA, C2 and DC. RGB value is (186,194,220). Sum of RGB (Red+Green+Blue) = 186+194+220=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2DC is #453D23. Grayscale: #C2C2C2. Windows color (decimal): -4537636 or 14467770. OLE color: 14467770.

HSL color Cylindrical-coordinate representation of color #BAC2DC: hue angle of 225.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC2DC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186194220-
CMYK0.150.1200.14
HSL225.88º32.69%79.61%-
HSV(B)225.88º15.45%86.27%-
XYZ52.4654.1975.4-
YUV194.57142.35121.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 194 (76.17% from 255) = 32.33%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=31%
G=32.33%
B=36.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861942200.150.1200.14225.8832.6979.61
HexBAC2DCFC0Ee22150
Octal272302334171401634241120
Binary1011101011000010110111001111110001110111000101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2DC; }

 p { color: rgb(186,194,220); }

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

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

 a { background-color: rgb(186,194,220); }

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

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

 span { border-color: rgb(186,194,220); }

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