Html Css Color HEX #A8BDBC Jungle Mist

📋 copy color: '#A8BDBC'

red 168 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #A8BDBC

Tints of Jungle Mist #A8BDBC

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 168 189 188 -
CMYK 0.11 0 0.01 0.26
HSL 177.14º 0.14% 0.7% -
HSV(B) 177.14º 0.11% 0.74% -
XYZ 43.42 48.35 54.62 -
YUV 182.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 168 189 188 0.11 0 0.01 0.26 177.14 0.14 0.7
Hex A8 BD BC B 0 1 1A B1 E 46
Octal 250 275 274 13 0 1 32 261 16 106
Binary 10101000 10111101 10111100 1011 0 1 11010 10110001 1110 1000110

Color Harmonies of #A8BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDBC

Black with #A8BDBC

Text Example


Text Example

White with #A8BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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