#BAC9EC

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

Shades of Periwinkle #BAC9EC

Tints of Periwinkle #BAC9EC

Color information

#BAC9EC (or 0xBAC9EC) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and EC. RGB value is (186,201,236). Sum of RGB (Red+Green+Blue) = 186+201+236=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EC is #453613. Grayscale: #C8C8C8. Windows color (decimal): -4535828 or 15518138. OLE color: 15518138.

HSL color Cylindrical-coordinate representation of color #BAC9EC: hue angle of 222º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC9EC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186201236-
CMYK0.210.1500.07
HSL222º56.82%82.75%-
HSV(B)222º21.19%92.55%-
XYZ56.2858.2787.64-
YUV200.5148.03117.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=29.86%
G=32.26%
B=37.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862012360.210.1500.0722256.8282.75
HexBAC9EC15F07de3953
Octal27231135425170733671123
Binary1011101011001001111011001010111110111110111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9EC; }

 p { color: rgb(186,201,236); }

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

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

 a { background-color: rgb(186,201,236); }

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

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

 span { border-color: rgb(186,201,236); }

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