Html Css Color HEX #A8BDAE Gum Leaf

📋 copy color: '#A8BDAE'

red 168 ◦ green 189 ◦ blue 174

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

Shades of Gum Leaf #A8BDAE

Tints of Gum Leaf #A8BDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 31.64%
G = 35.59%
B = 32.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#A8BDAE (or 0xA8BDAE) is known color: Gum Leaf. HEX triplet: A8, BD and AE. RGB value is (168,189,174). Sum of RGB (Red+Green+Blue) = 168+189+174=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDAE is #574251. Grayscale: #B5B5B5. Windows color (decimal): -5718610 or 11451816. OLE color: 11451816.

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

Color convert

RGB 168 189 174 -
CMYK 0.11 0 0.08 0.26
HSL 137.14º 0.14% 0.7% -
HSV(B) 137.14º 0.11% 0.74% -
XYZ 41.99 47.78 47.05 -
YUV 181.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 168 189 174 0.11 0 0.08 0.26 137.14 0.14 0.7
Hex A8 BD AE B 0 8 1A 89 E 46
Octal 250 275 256 13 0 10 32 211 16 106
Binary 10101000 10111101 10101110 1011 0 1000 11010 10001001 1110 1000110

Color Harmonies of #A8BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDAE

Black with #A8BDAE

Text Example


Text Example

White with #A8BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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