#BAC5E2

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

Shades of Periwinkle #BAC5E2

Tints of Periwinkle #BAC5E2

Color information

#BAC5E2 (or 0xBAC5E2) is unknown color: approx Periwinkle. HEX triplet: BA, C5 and E2. RGB value is (186,197,226). Sum of RGB (Red+Green+Blue) = 186+197+226=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAC5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5E2 is #453A1D. Grayscale: #C4C4C4. Windows color (decimal): -4536862 or 14861754. OLE color: 14861754.

HSL color Cylindrical-coordinate representation of color #BAC5E2: hue angle of 223.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC5E2 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186197226-
CMYK0.180.1300.11
HSL223.5º40.82%80.78%-
HSV(B)223.5º17.7%88.63%-
XYZ53.9455.8679.89-
YUV197.02144.36120.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 226 (88.67% from 255) = 37.11%
R=30.54%
G=32.35%
B=37.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861972260.180.1300.11223.540.8280.78
HexBAC5E212D0Be02951
Octal272305342221501334051121
Binary10111010110001011110001010010110101011111000001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5E2; }

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

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

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

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

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

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

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

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