#BACAE8

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

Shades of Periwinkle #BACAE8

Tints of Periwinkle #BACAE8

Color information

#BACAE8 (or 0xBACAE8) is unknown color: approx Periwinkle. HEX triplet: BA, CA and E8. RGB value is (186,202,232). Sum of RGB (Red+Green+Blue) = 186+202+232=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #BACAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAE8 is #453517. Grayscale: #C8C8C8. Windows color (decimal): -4535576 or 15256250. OLE color: 15256250.

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

Color convert

RGB186202232-
CMYK0.200.1300.09
HSL219.13º50%81.96%-
HSV(B)219.13º19.83%90.98%-
XYZ55.9458.5184.69-
YUV200.64145.7117.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=30%
G=32.58%
B=37.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862022320.200.1300.09219.135081.96
HexBACAE814D09db3252
Octal272312350241501133362122
Binary10111010110010101110100010100110101001110110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAE8; }

 p { color: rgb(186,202,232); }

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

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

 a { background-color: rgb(186,202,232); }

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

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

 span { border-color: rgb(186,202,232); }

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