#BAC8EC

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

Shades of Periwinkle #BAC8EC

Tints of Periwinkle #BAC8EC

Color information

#BAC8EC (or 0xBAC8EC) is unknown color: approx Periwinkle. HEX triplet: BA, C8 and EC. RGB value is (186,200,236). Sum of RGB (Red+Green+Blue) = 186+200+236=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8EC is #453713. Grayscale: #C7C7C7. Windows color (decimal): -4536084 or 15517882. OLE color: 15517882.

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

Color convert

RGB186200236-
CMYK0.210.1500.07
HSL223.2º56.82%82.75%-
HSV(B)223.2º21.19%92.55%-
XYZ56.0457.887.56-
YUV199.92148.36118.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=29.90%
G=32.15%
B=37.94%

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
Decimal1862002360.210.1500.07223.256.8282.75
HexBAC8EC15F07df3953
Octal27231035425170733771123
Binary1011101011001000111011001010111110111110111111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8EC; }

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

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

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

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

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

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

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

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