Html Css Color HEX #ABC6CB Jungle Mist

📋 copy color: '#ABC6CB'

red 171 ◦ green 198 ◦ blue 203

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

Shades of Jungle Mist #ABC6CB

Tints of Jungle Mist #ABC6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 29.9%
G = 34.62%
B = 35.49%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABC6CB (or 0xABC6CB) is known color: Jungle Mist. HEX triplet: AB, C6 and CB. RGB value is (171,198,203). Sum of RGB (Red+Green+Blue) = 171+198+203=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6CB is #543934. Grayscale: #BEBEBE. Windows color (decimal): -5519669 or 13354667. OLE color: 13354667.

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

Color convert

RGB 171 198 203 -
CMYK 0.16 0.02 0 0.20
HSL 189.38º 0.24% 0.73% -
HSV(B) 189.38º 0.16% 0.8% -
XYZ 47.77 53.36 64.28 -
YUV 190.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 171 198 203 0.16 0.02 0 0.20 189.38 0.24 0.73
Hex AB C6 CB 10 2 0 14 BD 18 49
Octal 253 306 313 20 2 0 24 275 30 111
Binary 10101011 11000110 11001011 10000 10 0 10100 10111101 11000 1001001

Color Harmonies of #ABC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6CB

Black with #ABC6CB

Text Example


Text Example

White with #ABC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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