Html Css Color HEX #A8BFBD Jungle Mist

📋 copy color: '#A8BFBD'

red 168 ◦ green 191 ◦ blue 189

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

Shades of Jungle Mist #A8BFBD

Tints of Jungle Mist #A8BFBD

RGB

 RED value IS 168 (66.02% from 255) = 30.66%

 GREEN value IS 191 (75% from 255) = 34.85%

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

R = 30.66%
G = 34.85%
B = 34.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A8BFBD (or 0xA8BFBD) is known color: Jungle Mist. HEX triplet: A8, BF and BD. RGB value is (168,191,189). Sum of RGB (Red+Green+Blue) = 168+191+189=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFBD is #574042. Grayscale: #B7B7B7. Windows color (decimal): -5718083 or 12435368. OLE color: 12435368.

HSL color Cylindrical-coordinate representation of color #A8BFBD: hue angle of 174.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFBD is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 189 -
CMYK 0.12 0 0.01 0.25
HSL 174.78º 0.15% 0.7% -
HSV(B) 174.78º 0.12% 0.75% -
XYZ 43.96 49.26 55.34 -
YUV 183.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 168 191 189 0.12 0 0.01 0.25 174.78 0.15 0.7
Hex A8 BF BD C 0 1 19 AF F 46
Octal 250 277 275 14 0 1 31 257 17 106
Binary 10101000 10111111 10111101 1100 0 1 11001 10101111 1111 1000110

Color Harmonies of #A8BFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFBD

Black with #A8BFBD

Text Example


Text Example

White with #A8BFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFBD; }

 p { color: rgb(168,191,189); }

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

background-color css

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

 a { background-color: rgb(168,191,189); }

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

border-color css

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

 span { border-color: rgb(168,191,189); }

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