#BAC3DC

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

Shades of Periwinkle #BAC3DC

Tints of Periwinkle #BAC3DC

Color information

#BAC3DC (or 0xBAC3DC) is unknown color: approx Periwinkle. HEX triplet: BA, C3 and DC. RGB value is (186,195,220). Sum of RGB (Red+Green+Blue) = 186+195+220=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DC is #453C23. Grayscale: #C3C3C3. Windows color (decimal): -4537380 or 14468026. OLE color: 14468026.

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

Color convert

RGB186195220-
CMYK0.150.1100.14
HSL224.12º32.69%79.61%-
HSV(B)224.12º15.45%86.27%-
XYZ52.6854.6475.48-
YUV195.16142.02121.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 195 (76.56% from 255) = 32.45%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=30.95%
G=32.45%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861952200.150.1100.14224.1232.6979.61
HexBAC3DCFB0Ee02150
Octal272303334171301634041120
Binary1011101011000011110111001111101101110111000001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3DC; }

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

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

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

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

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

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

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

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