#BAC9EA

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

Shades of Periwinkle #BAC9EA

Tints of Periwinkle #BAC9EA

Color information

#BAC9EA (or 0xBAC9EA) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and EA. RGB value is (186,201,234). Sum of RGB (Red+Green+Blue) = 186+201+234=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EA is #453615. Grayscale: #C8C8C8. Windows color (decimal): -4535830 or 15387066. OLE color: 15387066.

HSL color Cylindrical-coordinate representation of color #BAC9EA: hue angle of 221.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC9EA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186201234-
CMYK0.210.1400.08
HSL221.25º53.33%82.35%-
HSV(B)221.25º20.51%91.76%-
XYZ55.9958.1586.12-
YUV200.28147.03117.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=29.95%
G=32.37%
B=37.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862012340.210.1400.08221.2553.3382.35
HexBAC9EA15E08dd3552
Octal272311352251601033565122
Binary10111010110010011110101010101111001000110111011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9EA; }

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

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

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

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

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

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

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

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