Html Css Color HEX #A5B4BE Heather

📋 copy color: '#A5B4BE'

red 165 ◦ green 180 ◦ blue 190

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

Shades of Heather #A5B4BE

Tints of Heather #A5B4BE

RGB

 RED value IS 165 (64.84% from 255) = 30.84%

 GREEN value IS 180 (70.7% from 255) = 33.64%

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

R = 30.84%
G = 33.64%
B = 35.51%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5B4BE (or 0xA5B4BE) is known color: Heather. HEX triplet: A5, B4 and BE. RGB value is (165,180,190). Sum of RGB (Red+Green+Blue) = 165+180+190=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4BE is #5A4B41. Grayscale: #B0B0B0. Windows color (decimal): -5917506 or 12498085. OLE color: 12498085.

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

Color convert

RGB 165 180 190 -
CMYK 0.13 0.05 0 0.25
HSL 204º 0.16% 0.7% -
HSV(B) 204º 0.13% 0.75% -
XYZ 41.13 44.36 55.11 -
YUV 176.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 165 180 190 0.13 0.05 0 0.25 204 0.16 0.7
Hex A5 B4 BE D 5 0 19 CC 10 46
Octal 245 264 276 15 5 0 31 314 20 106
Binary 10100101 10110100 10111110 1101 101 0 11001 11001100 10000 1000110

Color Harmonies of #A5B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4BE

Black with #A5B4BE

Text Example


Text Example

White with #A5B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4BE; }

 p { color: rgb(165,180,190); }

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

background-color css

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

 a { background-color: rgb(165,180,190); }

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

border-color css

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

 span { border-color: rgb(165,180,190); }

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