Html Css Color HEX #A8BCBD Jungle Mist

📋 copy color: '#A8BCBD'

red 168 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #A8BCBD

Tints of Jungle Mist #A8BCBD

RGB

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

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

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

R = 30.83%
G = 34.5%
B = 34.68%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A8BCBD (or 0xA8BCBD) is known color: Jungle Mist. HEX triplet: A8, BC and BD. RGB value is (168,188,189). Sum of RGB (Red+Green+Blue) = 168+188+189=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBD is #574342. Grayscale: #B6B6B6. Windows color (decimal): -5718851 or 12434600. OLE color: 12434600.

HSL color Cylindrical-coordinate representation of color #A8BCBD: hue angle of 182.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCBD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 189 -
CMYK 0.11 0.01 0 0.26
HSL 182.86º 0.14% 0.7% -
HSV(B) 182.86º 0.11% 0.74% -
XYZ 43.32 47.97 55.12 -
YUV 182.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 168 188 189 0.11 0.01 0 0.26 182.86 0.14 0.7
Hex A8 BC BD B 1 0 1A B7 E 46
Octal 250 274 275 13 1 0 32 267 16 106
Binary 10101000 10111100 10111101 1011 1 0 11010 10110111 1110 1000110

Color Harmonies of #A8BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCBD

Black with #A8BCBD

Text Example


Text Example

White with #A8BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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