#ACCCCF

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

Shades of Morning Glory #ACCCCF

Tints of Morning Glory #ACCCCF

Color information

#ACCCCF (or 0xACCCCF) is unknown color: approx Morning Glory. HEX triplet: AC, CC and CF. RGB value is (172,204,207). Sum of RGB (Red+Green+Blue) = 172+204+207=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACCCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCCF is #533330. Grayscale: #C2C2C2. Windows color (decimal): -5452593 or 13618348. OLE color: 13618348.

HSL color Cylindrical-coordinate representation of color #ACCCCF: hue angle of 185.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCCCF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172204207-
CMYK0.170.0100.19
HSL185.14º26.72%74.31%-
HSV(B)185.14º16.91%81.18%-
XYZ49.8756.4667.3-
YUV194.77134.9111.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=29.50%
G=34.99%
B=35.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722042070.170.0100.19185.1426.7274.31
HexACCCCF111013b91b4a
Octal25431431721102327133112
Binary10101100110011001100111110001101001110111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCCF; }

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

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

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

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

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

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

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

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