#BAC9E5

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

Shades of Periwinkle #BAC9E5

Tints of Periwinkle #BAC9E5

Color information

#BAC9E5 (or 0xBAC9E5) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and E5. RGB value is (186,201,229). Sum of RGB (Red+Green+Blue) = 186+201+229=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9E5 is #45361A. Grayscale: #C7C7C7. Windows color (decimal): -4535835 or 15059386. OLE color: 15059386.

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

Color convert

RGB186201229-
CMYK0.190.1200.10
HSL219.07º45.26%81.37%-
HSV(B)219.07º18.78%89.8%-
XYZ55.2857.8782.39-
YUV199.71144.53118.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=30.19%
G=32.63%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862012290.190.1200.10219.0745.2681.37
HexBAC9E513C0Adb2d51
Octal272311345231401233355121
Binary10111010110010011110010110011110001010110110111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9E5; }

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

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

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

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

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

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

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

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