#BAC1DC

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

Shades of Periwinkle #BAC1DC

Tints of Periwinkle #BAC1DC

Color information

#BAC1DC (or 0xBAC1DC) is unknown color: approx Periwinkle. HEX triplet: BA, C1 and DC. RGB value is (186,193,220). Sum of RGB (Red+Green+Blue) = 186+193+220=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1DC is #453E23. Grayscale: #C1C1C1. Windows color (decimal): -4537892 or 14467514. OLE color: 14467514.

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

Color convert

RGB186193220-
CMYK0.150.1200.14
HSL227.65º32.69%79.61%-
HSV(B)227.65º15.45%86.27%-
XYZ52.2453.7575.33-
YUV193.98142.68122.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 193 (75.78% from 255) = 32.22%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=31.05%
G=32.22%
B=36.73%

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
Decimal1861932200.150.1200.14227.6532.6979.61
HexBAC1DCFC0Ee42150
Octal272301334171401634441120
Binary1011101011000001110111001111110001110111001001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1DC; }

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

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

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

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

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

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

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

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