#BAC5EE

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

Shades of Periwinkle #BAC5EE

Tints of Periwinkle #BAC5EE

Color information

#BAC5EE (or 0xBAC5EE) is unknown color: approx Periwinkle. HEX triplet: BA, C5 and EE. RGB value is (186,197,238). Sum of RGB (Red+Green+Blue) = 186+197+238=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5EE is #453A11. Grayscale: #C6C6C6. Windows color (decimal): -4536850 or 15648186. OLE color: 15648186.

HSL color Cylindrical-coordinate representation of color #BAC5EE: hue angle of 227.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC5EE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186197238-
CMYK0.220.1700.07
HSL227.31º60.47%83.14%-
HSV(B)227.31º21.85%93.33%-
XYZ55.6556.5488.87-
YUV198.38150.36119.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 197 (77.34% from 255) = 31.72%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=29.95%
G=31.72%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861972380.220.1700.07227.3160.4783.14
HexBAC5EE161107e33c53
Octal27230535626210734374123
Binary10111010110001011110111010110100010111111000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5EE; }

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

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

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

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

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

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

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

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