#BAC3EC

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

Shades of Periwinkle #BAC3EC

Tints of Periwinkle #BAC3EC

Color information

#BAC3EC (or 0xBAC3EC) is unknown color: approx Periwinkle. HEX triplet: BA, C3 and EC. RGB value is (186,195,236). Sum of RGB (Red+Green+Blue) = 186+195+236=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3EC is #453C13. Grayscale: #C4C4C4. Windows color (decimal): -4537364 or 15516602. OLE color: 15516602.

HSL color Cylindrical-coordinate representation of color #BAC3EC: hue angle of 229.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC3EC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186195236-
CMYK0.210.1700.07
HSL229.2º56.82%82.75%-
HSV(B)229.2º21.19%92.55%-
XYZ54.9155.5387.18-
YUV196.98150.02120.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=30.15%
G=31.60%
B=38.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861952360.210.1700.07229.256.8282.75
HexBAC3EC151107e53953
Octal27230335425210734571123
Binary10111010110000111110110010101100010111111001011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3EC; }

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

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

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

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

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

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

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

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