#BACAED

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

Shades of Periwinkle #BACAED

Tints of Periwinkle #BACAED

Color information

#BACAED (or 0xBACAED) is unknown color: approx Periwinkle. HEX triplet: BA, CA and ED. RGB value is (186,202,237). Sum of RGB (Red+Green+Blue) = 186+202+237=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #BACAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAED is #453512. Grayscale: #C9C9C9. Windows color (decimal): -4535571 or 15583930. OLE color: 15583930.

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

Color convert

RGB186202237-
CMYK0.220.1500.07
HSL221.18º58.62%82.94%-
HSV(B)221.18º21.52%92.94%-
XYZ56.6658.7988.48-
YUV201.21148.2117.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=29.76%
G=32.32%
B=37.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862022370.220.1500.07221.1858.6282.94
HexBACAED16F07dd3b53
Octal27231235526170733573123
Binary1011101011001010111011011011011110111110111011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAED; }

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

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

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

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

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

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

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

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