#ABCCCD

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

Shades of Jungle Mist #ABCCCD

Tints of Jungle Mist #ABCCCD

Color information

#ABCCCD (or 0xABCCCD) is unknown color: approx Jungle Mist. HEX triplet: AB, CC and CD. RGB value is (171,204,205). Sum of RGB (Red+Green+Blue) = 171+204+205=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCD is #543332. Grayscale: #C2C2C2. Windows color (decimal): -5518131 or 13487275. OLE color: 13487275.

HSL color Cylindrical-coordinate representation of color #ABCCCD: hue angle of 181.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCCCD is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171204205-
CMYK0.170.0000.20
HSL181.76º25.37%73.73%-
HSV(B)181.76º16.59%80.39%-
XYZ49.4156.2566.01-
YUV194.25134.07111.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=29.48%
G=35.17%
B=35.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712042050.170.0000.20181.7625.3773.73
HexABCCCD110014b6194a
Octal25331431521002426631112
Binary10101011110011001100110110001001010010110110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCCD; }

 p { color: rgb(171,204,205); }

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

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

 a { background-color: rgb(171,204,205); }

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

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

 span { border-color: rgb(171,204,205); }

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