#BAC6DF

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

Shades of Periwinkle #BAC6DF

Tints of Periwinkle #BAC6DF

Color information

#BAC6DF (or 0xBAC6DF) is unknown color: approx Periwinkle. HEX triplet: BA, C6 and DF. RGB value is (186,198,223). Sum of RGB (Red+Green+Blue) = 186+198+223=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6DF is #453920. Grayscale: #C5C5C5. Windows color (decimal): -4536609 or 14665402. OLE color: 14665402.

HSL color Cylindrical-coordinate representation of color #BAC6DF: hue angle of 220.54º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAC6DF is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186198223-
CMYK0.170.1100.13
HSL220.54º36.63%80.2%-
HSV(B)220.54º16.59%87.45%-
XYZ53.7656.1577.82-
YUV197.26142.52119.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=30.64%
G=32.62%
B=36.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861982230.170.1100.13220.5436.6380.2
HexBAC6DF11B0Ddd2550
Octal272306337211301533545120
Binary10111010110001101101111110001101101101110111011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6DF; }

 p { color: rgb(186,198,223); }

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

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

 a { background-color: rgb(186,198,223); }

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

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

 span { border-color: rgb(186,198,223); }

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