#BAC5EA

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

Shades of Periwinkle #BAC5EA

Tints of Periwinkle #BAC5EA

Color information

#BAC5EA (or 0xBAC5EA) is unknown color: approx Periwinkle. HEX triplet: BA, C5 and EA. RGB value is (186,197,234). Sum of RGB (Red+Green+Blue) = 186+197+234=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5EA is #453A15. Grayscale: #C5C5C5. Windows color (decimal): -4536854 or 15386042. OLE color: 15386042.

HSL color Cylindrical-coordinate representation of color #BAC5EA: hue angle of 226.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 #BAC5EA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186197234-
CMYK0.210.1600.08
HSL226.25º53.33%82.35%-
HSV(B)226.25º20.51%91.76%-
XYZ55.0756.3185.81-
YUV197.93148.36119.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=30.15%
G=31.93%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861972340.210.1600.08226.2553.3382.35
HexBAC5EA151008e23552
Octal272305352252001034265122
Binary101110101100010111101010101011000001000111000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5EA; }

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

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

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

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

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

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

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

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