Html Css Color HEX #ABCACD Jungle Mist

📋 copy color: '#ABCACD'

red 171 ◦ green 202 ◦ blue 205

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

Shades of Jungle Mist #ABCACD

Tints of Jungle Mist #ABCACD

RGB

 RED value IS 171 (67.19% from 255) = 29.58%

 GREEN value IS 202 (79.3% from 255) = 34.95%

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 29.58%
G = 34.95%
B = 35.47%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABCACD (or 0xABCACD) is known color: Jungle Mist. HEX triplet: AB, CA and CD. RGB value is (171,202,205). Sum of RGB (Red+Green+Blue) = 171+202+205=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCACD is #543532. Grayscale: #C1C1C1. Windows color (decimal): -5518643 or 13486763. OLE color: 13486763.

HSL color Cylindrical-coordinate representation of color #ABCACD: hue angle of 185.29º 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 #ABCACD is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 202 205 -
CMYK 0.17 0.01 0 0.20
HSL 185.29º 0.25% 0.74% -
HSV(B) 185.29º 0.17% 0.8% -
XYZ 48.93 55.31 65.85 -
YUV 193.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 171 202 205 0.17 0.01 0 0.20 185.29 0.25 0.74
Hex AB CA CD 11 1 0 14 B9 19 4A
Octal 253 312 315 21 1 0 24 271 31 112
Binary 10101011 11001010 11001101 10001 1 0 10100 10111001 11001 1001010

Color Harmonies of #ABCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCACD

Black with #ABCACD

Text Example


Text Example

White with #ABCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCACD; }

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

 H1.HeaderClassName
 {
   color: #ABCACD;
 }
 .AnyTagClassName
 {
   color: #ABCACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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