#bac8e9

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

Shades of Periwinkle #BAC8E9

Tints of Periwinkle #BAC8E9

Color information

#BAC8E9 (or 0xBAC8E9) is unknown color: approx Periwinkle. HEX triplet: BA, C8 and E9. RGB value is (186,200,233). Sum of RGB (Red+Green+Blue) = 186+200+233=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8E9 is #453716. Grayscale: #C7C7C7. Windows color (decimal): -4536087 or 15321274. OLE color: 15321274.

HSL color Cylindrical-coordinate representation of color #BAC8E9: hue angle of 222.13º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC8E9 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186200233-
CMYK0.200.1400.09
HSL222.13º51.65%82.16%-
HSV(B)222.13º20.17%91.37%-
XYZ55.6157.6385.28-
YUV199.58146.86118.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=30.05%
G=32.31%
B=37.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862002330.200.1400.09222.1351.6582.16
HexBAC8E914E09de3452
Octal272310351241601133664122
Binary10111010110010001110100110100111001001110111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bac8e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bac8e9; }

 p { color: rgb(186,200,233); }

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

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

 a { background-color: rgb(186,200,233); }

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

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

 span { border-color: rgb(186,200,233); }

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