#BAC6E4

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

Shades of Periwinkle #BAC6E4

Tints of Periwinkle #BAC6E4

Color information

#BAC6E4 (or 0xBAC6E4) is unknown color: approx Periwinkle. HEX triplet: BA, C6 and E4. RGB value is (186,198,228). Sum of RGB (Red+Green+Blue) = 186+198+228=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAC6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6E4 is #45391B. Grayscale: #C5C5C5. Windows color (decimal): -4536604 or 14993082. OLE color: 14993082.

HSL color Cylindrical-coordinate representation of color #BAC6E4: hue angle of 222.86º degrees, saturation: 0.44, 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 #BAC6E4 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186198228-
CMYK0.180.1300.11
HSL222.86º43.75%81.18%-
HSV(B)222.86º18.42%89.41%-
XYZ54.4556.4381.42-
YUV197.83145.02119.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 198 (77.73% from 255) = 32.35%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=30.39%
G=32.35%
B=37.25%

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
Decimal1861982280.180.1300.11222.8643.7581.18
HexBAC6E412D0Bdf2c51
Octal272306344221501333754121
Binary10111010110001101110010010010110101011110111111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6E4; }

 p { color: rgb(186,198,228); }

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

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

 a { background-color: rgb(186,198,228); }

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

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

 span { border-color: rgb(186,198,228); }

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