Html Css Color HEX #A1B5BF Heather

📋 copy color: '#A1B5BF'

red 161 ◦ green 181 ◦ blue 191

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

Shades of Heather #A1B5BF

Tints of Heather #A1B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

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

R = 30.21%
G = 33.96%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A1B5BF (or 0xA1B5BF) is known color: Heather. HEX triplet: A1, B5 and BF. RGB value is (161,181,191). Sum of RGB (Red+Green+Blue) = 161+181+191=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5BF is #5E4A40. Grayscale: #B0B0B0. Windows color (decimal): -6179393 or 12563873. OLE color: 12563873.

HSL color Cylindrical-coordinate representation of color #A1B5BF: hue angle of 200º 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 #A1B5BF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 181 191 -
CMYK 0.16 0.05 0 0.25
HSL 200º 0.19% 0.69% -
HSV(B) 200º 0.16% 0.75% -
XYZ 40.63 44.39 55.72 -
YUV 176.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 161 181 191 0.16 0.05 0 0.25 200 0.19 0.69
Hex A1 B5 BF 10 5 0 19 C8 13 45
Octal 241 265 277 20 5 0 31 310 23 105
Binary 10100001 10110101 10111111 10000 101 0 11001 11001000 10011 1000101

Color Harmonies of #A1B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5BF

Black with #A1B5BF

Text Example


Text Example

White with #A1B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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