#BAC3E5

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

Shades of Periwinkle #BAC3E5

Tints of Periwinkle #BAC3E5

Color information

#BAC3E5 (or 0xBAC3E5) is unknown color: approx Periwinkle. HEX triplet: BA, C3 and E5. RGB value is (186,195,229). Sum of RGB (Red+Green+Blue) = 186+195+229=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3E5 is #453C1A. Grayscale: #C4C4C4. Windows color (decimal): -4537371 or 15057850. OLE color: 15057850.

HSL color Cylindrical-coordinate representation of color #BAC3E5: hue angle of 227.44º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC3E5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186195229-
CMYK0.190.1500.10
HSL227.44º45.26%81.37%-
HSV(B)227.44º18.78%89.8%-
XYZ53.9155.1381.93-
YUV196.18146.52120.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 229 (89.84% from 255) = 37.54%
R=30.49%
G=31.97%
B=37.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861952290.190.1500.10227.4445.2681.37
HexBAC3E513F0Ae32d51
Octal272303345231701234355121
Binary10111010110000111110010110011111101010111000111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3E5; }

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

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

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

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

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

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

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

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