Html Css Color HEX #ABCBCC Jungle Mist

📋 copy color: '#ABCBCC'

red 171 ◦ green 203 ◦ blue 204

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

Shades of Jungle Mist #ABCBCC

Tints of Jungle Mist #ABCBCC

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

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 171 203 204 -
CMYK 0.16 0.00 0 0.2
HSL 181.82º 0.24% 0.74% -
HSV(B) 181.82º 0.16% 0.8% -
XYZ 49.05 55.73 65.3 -
YUV 193.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 171 203 204 0.16 0.00 0 0.2 181.82 0.24 0.74
Hex AB CB CC 10 0 0 14 B6 18 4A
Octal 253 313 314 20 0 0 24 266 30 112
Binary 10101011 11001011 11001100 10000 0 0 10100 10110110 11000 1001010

Color Harmonies of #ABCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBCC

Black with #ABCBCC

Text Example


Text Example

White with #ABCBCC

Text Example


Text Example

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