Html Css Color HEX #ABCBCD Jungle Mist

📋 copy color: '#ABCBCD'

red 171 ◦ green 203 ◦ blue 205

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

Shades of Jungle Mist #ABCBCD

Tints of Jungle Mist #ABCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

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

R = 29.53%
G = 35.06%
B = 35.41%

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

#ABCBCD (or 0xABCBCD) is known color: Jungle Mist. HEX triplet: AB, CB and CD. RGB value is (171,203,205). Sum of RGB (Red+Green+Blue) = 171+203+205=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBCD is #543432. Grayscale: #C1C1C1. Windows color (decimal): -5518387 or 13487019. OLE color: 13487019.

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

Color convert

RGB 171 203 205 -
CMYK 0.17 0.01 0 0.20
HSL 183.53º 0.25% 0.74% -
HSV(B) 183.53º 0.17% 0.8% -
XYZ 49.17 55.78 65.93 -
YUV 193.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 171 203 205 0.17 0.01 0 0.20 183.53 0.25 0.74
Hex AB CB CD 11 1 0 14 B8 19 4A
Octal 253 313 315 21 1 0 24 270 31 112
Binary 10101011 11001011 11001101 10001 1 0 10100 10111000 11001 1001010

Color Harmonies of #ABCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBCD

Black with #ABCBCD

Text Example


Text Example

White with #ABCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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