Html Css Color HEX #AFB7C1 Heather

📋 copy color: '#AFB7C1'

red 175 ◦ green 183 ◦ blue 193

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

Shades of Heather #AFB7C1

Tints of Heather #AFB7C1

RGB

 RED value IS 175 (68.75% from 255) = 31.76%

 GREEN value IS 183 (71.88% from 255) = 33.21%

 BLUE value IS 193 (75.78% from 255) = 35.03%

R = 31.76%
G = 33.21%
B = 35.03%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB7C1 (or 0xAFB7C1) is known color: Heather. HEX triplet: AF, B7 and C1. RGB value is (175,183,193). Sum of RGB (Red+Green+Blue) = 175+183+193=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFB7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7C1 is #50483E. Grayscale: #B5B5B5. Windows color (decimal): -5261375 or 12695471. OLE color: 12695471.

HSL color Cylindrical-coordinate representation of color #AFB7C1: hue angle of 213.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB7C1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 183 193 -
CMYK 0.09 0.05 0 0.24
HSL 213.33º 0.13% 0.72% -
HSV(B) 213.33º 0.09% 0.76% -
XYZ 44.24 46.83 57.16 -
YUV 181.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 175 183 193 0.09 0.05 0 0.24 213.33 0.13 0.72
Hex AF B7 C1 9 5 0 18 D5 D 48
Octal 257 267 301 11 5 0 30 325 15 110
Binary 10101111 10110111 11000001 1001 101 0 11000 11010101 1101 1001000

Color Harmonies of #AFB7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7C1

Black with #AFB7C1

Text Example


Text Example

White with #AFB7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7C1; }

 p { color: rgb(175,183,193); }

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

background-color css

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

 a { background-color: rgb(175,183,193); }

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

border-color css

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

 span { border-color: rgb(175,183,193); }

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