#BAC4EA

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

Shades of Periwinkle #BAC4EA

Tints of Periwinkle #BAC4EA

Color information

#BAC4EA (or 0xBAC4EA) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and EA. RGB value is (186,196,234). Sum of RGB (Red+Green+Blue) = 186+196+234=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4EA is #453B15. Grayscale: #C5C5C5. Windows color (decimal): -4537110 or 15385786. OLE color: 15385786.

HSL color Cylindrical-coordinate representation of color #BAC4EA: hue angle of 227.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC4EA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186196234-
CMYK0.210.1600.08
HSL227.5º53.33%82.35%-
HSV(B)227.5º20.51%91.76%-
XYZ54.8455.8685.73-
YUV197.34148.69119.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 196 (76.95% from 255) = 31.82%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=30.19%
G=31.82%
B=37.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861962340.210.1600.08227.553.3382.35
HexBAC4EA151008e43552
Octal272304352252001034465122
Binary101110101100010011101010101011000001000111001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4EA; }

 p { color: rgb(186,196,234); }

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

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

 a { background-color: rgb(186,196,234); }

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

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

 span { border-color: rgb(186,196,234); }

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