Html Css Color HEX #A1B4BF Heather

📋 copy color: '#A1B4BF'

red 161 ◦ green 180 ◦ blue 191

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

Shades of Heather #A1B4BF

Tints of Heather #A1B4BF

RGB

 RED value IS 161 (63.28% from 255) = 30.26%

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

 BLUE value IS 191 (75% from 255) = 35.9%

R = 30.26%
G = 33.83%
B = 35.9%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A1B4BF (or 0xA1B4BF) is known color: Heather. HEX triplet: A1, B4 and BF. RGB value is (161,180,191). Sum of RGB (Red+Green+Blue) = 161+180+191=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4BF is #5E4B40. Grayscale: #AFAFAF. Windows color (decimal): -6179649 or 12563617. OLE color: 12563617.

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

Color convert

RGB 161 180 191 -
CMYK 0.16 0.06 0 0.25
HSL 202º 0.19% 0.69% -
HSV(B) 202º 0.16% 0.75% -
XYZ 40.42 43.98 55.65 -
YUV 175.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 161 180 191 0.16 0.06 0 0.25 202 0.19 0.69
Hex A1 B4 BF 10 6 0 19 CA 13 45
Octal 241 264 277 20 6 0 31 312 23 105
Binary 10100001 10110100 10111111 10000 110 0 11001 11001010 10011 1000101

Color Harmonies of #A1B4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B4BF

Black with #A1B4BF

Text Example


Text Example

White with #A1B4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B4BF; }

 p { color: rgb(161,180,191); }

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

background-color css

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

 a { background-color: rgb(161,180,191); }

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

border-color css

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

 span { border-color: rgb(161,180,191); }

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