#BAC6E8

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

Shades of Periwinkle #BAC6E8

Tints of Periwinkle #BAC6E8

Color information

#BAC6E8 (or 0xBAC6E8) is unknown color: approx Periwinkle. HEX triplet: BA, C6 and E8. RGB value is (186,198,232). Sum of RGB (Red+Green+Blue) = 186+198+232=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6E8 is #453917. Grayscale: #C6C6C6. Windows color (decimal): -4536600 or 15255226. OLE color: 15255226.

HSL color Cylindrical-coordinate representation of color #BAC6E8: hue angle of 224.35º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC6E8 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186198232-
CMYK0.200.1500.09
HSL224.35º50%81.96%-
HSV(B)224.35º19.83%90.98%-
XYZ55.0156.6584.38-
YUV198.29147.02119.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 232 (91.02% from 255) = 37.66%
R=30.19%
G=32.14%
B=37.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861982320.200.1500.09224.355081.96
HexBAC6E814F09e03252
Octal272306350241701134062122
Binary10111010110001101110100010100111101001111000001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6E8; }

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

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

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

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

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

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

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

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