#BACAEA

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

Shades of Periwinkle #BACAEA

Tints of Periwinkle #BACAEA

Color information

#BACAEA (or 0xBACAEA) is unknown color: approx Periwinkle. HEX triplet: BA, CA and EA. RGB value is (186,202,234). Sum of RGB (Red+Green+Blue) = 186+202+234=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAEA is #453515. Grayscale: #C8C8C8. Windows color (decimal): -4535574 or 15387322. OLE color: 15387322.

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

Color convert

RGB186202234-
CMYK0.210.1400.08
HSL220º53.33%82.35%-
HSV(B)220º20.51%91.76%-
XYZ56.2258.6286.19-
YUV200.86146.7117.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=29.90%
G=32.48%
B=37.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862022340.210.1400.0822053.3382.35
HexBACAEA15E08dc3552
Octal272312352251601033465122
Binary10111010110010101110101010101111001000110111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAEA; }

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

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

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

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

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

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

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

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