#BAC7E8

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

Shades of Periwinkle #BAC7E8

Tints of Periwinkle #BAC7E8

Color information

#BAC7E8 (or 0xBAC7E8) is unknown color: approx Periwinkle. HEX triplet: BA, C7 and E8. RGB value is (186,199,232). Sum of RGB (Red+Green+Blue) = 186+199+232=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7E8 is #453817. Grayscale: #C6C6C6. Windows color (decimal): -4536344 or 15255482. OLE color: 15255482.

HSL color Cylindrical-coordinate representation of color #BAC7E8: hue angle of 223.04º 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 #BAC7E8 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186199232-
CMYK0.200.1400.09
HSL223.04º50%81.96%-
HSV(B)223.04º19.83%90.98%-
XYZ55.2457.1184.46-
YUV198.88146.69118.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 199 (78.12% from 255) = 32.25%
BLUE value IS 232 (91.02% from 255) = 37.60%
R=30.15%
G=32.25%
B=37.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861992320.200.1400.09223.045081.96
HexBAC7E814E09df3252
Octal272307350241601133762122
Binary10111010110001111110100010100111001001110111111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7E8; }

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

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

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

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

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

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

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

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