#ACCCD0

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

Shades of Morning Glory #ACCCD0

Tints of Morning Glory #ACCCD0

Color information

#ACCCD0 (or 0xACCCD0) is unknown color: approx Morning Glory. HEX triplet: AC, CC and D0. RGB value is (172,204,208). Sum of RGB (Red+Green+Blue) = 172+204+208=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACCCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD0 is #53332F. Grayscale: #C2C2C2. Windows color (decimal): -5452592 or 13683884. OLE color: 13683884.

HSL color Cylindrical-coordinate representation of color #ACCCD0: hue angle of 186.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCCD0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172204208-
CMYK0.170.0200.18
HSL186.67º27.69%74.51%-
HSV(B)186.67º17.31%81.57%-
XYZ49.9956.5167.95-
YUV194.89135.4111.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=29.45%
G=34.93%
B=35.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722042080.170.0200.18186.6727.6974.51
HexACCCD0112012bb1c4b
Octal25431432021202227334113
Binary101011001100110011010000100011001001010111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCD0; }

 p { color: rgb(172,204,208); }

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

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

 a { background-color: rgb(172,204,208); }

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

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

 span { border-color: rgb(172,204,208); }

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