#BAC2E6

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

Shades of Periwinkle #BAC2E6

Tints of Periwinkle #BAC2E6

Color information

#BAC2E6 (or 0xBAC2E6) is unknown color: approx Periwinkle. HEX triplet: BA, C2 and E6. RGB value is (186,194,230). Sum of RGB (Red+Green+Blue) = 186+194+230=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAC2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2E6 is #453D19. Grayscale: #C3C3C3. Windows color (decimal): -4537626 or 15123130. OLE color: 15123130.

HSL color Cylindrical-coordinate representation of color #BAC2E6: hue angle of 229.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC2E6 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186194230-
CMYK0.190.1600.10
HSL229.09º46.81%81.57%-
HSV(B)229.09º19.13%90.2%-
XYZ53.8254.7482.59-
YUV195.71147.35121.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=30.49%
G=31.80%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861942300.190.1600.10229.0946.8181.57
HexBAC2E613100Ae52f52
Octal272302346232001234557122
Binary101110101100001011100110100111000001010111001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2E6; }

 p { color: rgb(186,194,230); }

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

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

 a { background-color: rgb(186,194,230); }

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

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

 span { border-color: rgb(186,194,230); }

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