#BAC7E9

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

Shades of Periwinkle #BAC7E9

Tints of Periwinkle #BAC7E9

Color information

#BAC7E9 (or 0xBAC7E9) is unknown color: approx Periwinkle. HEX triplet: BA, C7 and E9. RGB value is (186,199,233). Sum of RGB (Red+Green+Blue) = 186+199+233=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7E9 is #453816. Grayscale: #C6C6C6. Windows color (decimal): -4536343 or 15321018. OLE color: 15321018.

HSL color Cylindrical-coordinate representation of color #BAC7E9: hue angle of 223.4º 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 #BAC7E9 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186199233-
CMYK0.200.1500.09
HSL223.4º51.65%82.16%-
HSV(B)223.4º20.17%91.37%-
XYZ55.3857.1785.21-
YUV198.99147.19118.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=30.10%
G=32.20%
B=37.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861992330.200.1500.09223.451.6582.16
HexBAC7E914F09df3452
Octal272307351241701133764122
Binary10111010110001111110100110100111101001110111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7E9; }

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

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

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

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

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

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

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

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