#ABCBCC

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

Shades of Jungle Mist #ABCBCC

Tints of Jungle Mist #ABCBCC

Color information

#ABCBCC (or 0xABCBCC) is unknown color: approx Jungle Mist. HEX triplet: AB, CB and CC. RGB value is (171,203,204). Sum of RGB (Red+Green+Blue) = 171+203+204=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBCC is #543433. Grayscale: #C1C1C1. Windows color (decimal): -5518388 or 13421483. OLE color: 13421483.

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

Color convert

RGB171203204-
CMYK0.160.0000.2
HSL181.82º24.44%73.53%-
HSV(B)181.82º16.18%80%-
XYZ49.0555.7365.3-
YUV193.55133.9111.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=29.58%
G=35.12%
B=35.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712032040.160.0000.2181.8224.4473.53
HexABCBCC100014b6184a
Octal25331331420002426630112
Binary10101011110010111100110010000001010010110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBCC; }

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

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

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

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

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

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

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

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