#BACCED

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

Shades of Periwinkle #BACCED

Tints of Periwinkle #BACCED

Color information

#BACCED (or 0xBACCED) is unknown color: approx Periwinkle. HEX triplet: BA, CC and ED. RGB value is (186,204,237). Sum of RGB (Red+Green+Blue) = 186+204+237=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #BACCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCED is #453312. Grayscale: #CACACA. Windows color (decimal): -4535059 or 15584442. OLE color: 15584442.

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

Color convert

RGB186204237-
CMYK0.220.1400.07
HSL218.82º58.62%82.94%-
HSV(B)218.82º21.52%92.94%-
XYZ57.1359.7488.64-
YUV202.38147.54116.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=29.67%
G=32.54%
B=37.80%

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
Decimal1862042370.220.1400.07218.8258.6282.94
HexBACCED16E07db3b53
Octal27231435526160733373123
Binary1011101011001100111011011011011100111110110111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCED; }

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

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

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

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

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

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

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

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