Html Css Color HEX #A5B4BC Heather

📋 copy color: '#A5B4BC'

red 165 ◦ green 180 ◦ blue 188

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

Shades of Heather #A5B4BC

Tints of Heather #A5B4BC

RGB

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

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

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

R = 30.96%
G = 33.77%
B = 35.27%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5B4BC (or 0xA5B4BC) is known color: Heather. HEX triplet: A5, B4 and BC. RGB value is (165,180,188). Sum of RGB (Red+Green+Blue) = 165+180+188=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4BC is #5A4B43. Grayscale: #B0B0B0. Windows color (decimal): -5917508 or 12367013. OLE color: 12367013.

HSL color Cylindrical-coordinate representation of color #A5B4BC: hue angle of 200.87º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B4BC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 180 188 -
CMYK 0.12 0.04 0 0.26
HSL 200.87º 0.15% 0.69% -
HSV(B) 200.87º 0.12% 0.74% -
XYZ 40.92 44.27 53.97 -
YUV 176.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 165 180 188 0.12 0.04 0 0.26 200.87 0.15 0.69
Hex A5 B4 BC C 4 0 1A C9 F 45
Octal 245 264 274 14 4 0 32 311 17 105
Binary 10100101 10110100 10111100 1100 100 0 11010 11001001 1111 1000101

Color Harmonies of #A5B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4BC

Black with #A5B4BC

Text Example


Text Example

White with #A5B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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