#BAC4DF

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

Shades of Periwinkle #BAC4DF

Tints of Periwinkle #BAC4DF

Color information

#BAC4DF (or 0xBAC4DF) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and DF. RGB value is (186,196,223). Sum of RGB (Red+Green+Blue) = 186+196+223=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DF is #453B20. Grayscale: #C3C3C3. Windows color (decimal): -4537121 or 14664890. OLE color: 14664890.

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

Color convert

RGB186196223-
CMYK0.170.1200.13
HSL223.78º36.63%80.2%-
HSV(B)223.78º16.59%87.45%-
XYZ53.3155.2577.67-
YUV196.09143.19120.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=30.74%
G=32.40%
B=36.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861962230.170.1200.13223.7836.6380.2
HexBAC4DF11C0De02550
Octal272304337211401534045120
Binary10111010110001001101111110001110001101111000001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4DF; }

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

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

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

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

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

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

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

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