Html Css Color HEX #ACCCD0 Morning Glory

📋 copy color: '#ACCCD0'

red 172 ◦ green 204 ◦ blue 208

#ACCCD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #ACCCD0

Tints of Morning Glory #ACCCD0

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 value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACCCD0 (or 0xACCCD0) is known color: 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

RGB 172 204 208 -
CMYK 0.17 0.02 0 0.18
HSL 186.67º 0.28% 0.75% -
HSV(B) 186.67º 0.17% 0.82% -
XYZ 49.99 56.51 67.95 -
YUV 194.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 172 204 208 0.17 0.02 0 0.18 186.67 0.28 0.75
Hex AC CC D0 11 2 0 12 BB 1C 4B
Octal 254 314 320 21 2 0 22 273 34 113
Binary 10101100 11001100 11010000 10001 10 0 10010 10111011 11100 1001011

Color Harmonies of #ACCCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCD0

Black with #ACCCD0

Text Example


Text Example

White with #ACCCD0

Text Example


Text Example

HTML Codes & Css Web 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>