Html Css Color HEX #ABBCBD Jungle Mist

📋 copy color: '#ABBCBD'

red 171 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #ABBCBD

Tints of Jungle Mist #ABBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.31%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 31.2%
G = 34.31%
B = 34.49%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABBCBD (or 0xABBCBD) is known color: Jungle Mist. HEX triplet: AB, BC and BD. RGB value is (171,188,189). Sum of RGB (Red+Green+Blue) = 171+188+189=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCBD is #544342. Grayscale: #B7B7B7. Windows color (decimal): -5522243 or 12434603. OLE color: 12434603.

HSL color Cylindrical-coordinate representation of color #ABBCBD: hue angle of 183.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBCBD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 189 -
CMYK 0.10 0.01 0 0.26
HSL 183.33º 0.12% 0.71% -
HSV(B) 183.33º 0.1% 0.74% -
XYZ 43.96 48.3 55.15 -
YUV 183.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 171 188 189 0.10 0.01 0 0.26 183.33 0.12 0.71
Hex AB BC BD A 1 0 1A B7 C 47
Octal 253 274 275 12 1 0 32 267 14 107
Binary 10101011 10111100 10111101 1010 1 0 11010 10110111 1100 1000111

Color Harmonies of #ABBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCBD

Black with #ABBCBD

Text Example


Text Example

White with #ABBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCBD; }

 p { color: rgb(171,188,189); }

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

background-color css

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

 a { background-color: rgb(171,188,189); }

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

border-color css

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

 span { border-color: rgb(171,188,189); }

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