Html Css Color HEX #A8BDBE Jungle Mist

📋 copy color: '#A8BDBE'

red 168 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #A8BDBE

Tints of Jungle Mist #A8BDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 30.71%
G = 34.55%
B = 34.73%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8BDBE (or 0xA8BDBE) is known color: Jungle Mist. HEX triplet: A8, BD and BE. RGB value is (168,189,190). Sum of RGB (Red+Green+Blue) = 168+189+190=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDBE is #574241. Grayscale: #B6B6B6. Windows color (decimal): -5718594 or 12500392. OLE color: 12500392.

HSL color Cylindrical-coordinate representation of color #A8BDBE: hue angle of 182.73º degrees, saturation: 0.14, 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 #A8BDBE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 189 190 -
CMYK 0.12 0.01 0 0.25
HSL 182.73º 0.14% 0.7% -
HSV(B) 182.73º 0.12% 0.75% -
XYZ 43.64 48.44 55.76 -
YUV 182.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 168 189 190 0.12 0.01 0 0.25 182.73 0.14 0.7
Hex A8 BD BE C 1 0 19 B7 E 46
Octal 250 275 276 14 1 0 31 267 16 106
Binary 10101000 10111101 10111110 1100 1 0 11001 10110111 1110 1000110

Color Harmonies of #A8BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDBE

Black with #A8BDBE

Text Example


Text Example

White with #A8BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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