#BACDED

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

Shades of Periwinkle #BACDED

Tints of Periwinkle #BACDED

Color information

#BACDED (or 0xBACDED) is unknown color: approx Periwinkle. HEX triplet: BA, CD and ED. RGB value is (186,205,237). Sum of RGB (Red+Green+Blue) = 186+205+237=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BACDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDED is #453212. Grayscale: #CACACA. Windows color (decimal): -4534803 or 15584698. OLE color: 15584698.

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

Color convert

RGB186205237-
CMYK0.220.1400.07
HSL217.65º58.62%82.94%-
HSV(B)217.65º21.52%92.94%-
XYZ57.3760.2288.72-
YUV202.97147.21115.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=29.62%
G=32.64%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862052370.220.1400.07217.6558.6282.94
HexBACDED16E07da3b53
Octal27231535526160733273123
Binary1011101011001101111011011011011100111110110101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDED; }

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

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

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

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

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

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

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

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