Html Css Color HEX #AFB9C5 Heather

📋 copy color: '#AFB9C5'

red 175 ◦ green 185 ◦ blue 197

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

Shades of Heather #AFB9C5

Tints of Heather #AFB9C5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.21%

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 31.42%
G = 33.21%
B = 35.37%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFB9C5 (or 0xAFB9C5) is known color: Heather. HEX triplet: AF, B9 and C5. RGB value is (175,185,197). Sum of RGB (Red+Green+Blue) = 175+185+197=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFB9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9C5 is #50463A. Grayscale: #B7B7B7. Windows color (decimal): -5260859 or 12958127. OLE color: 12958127.

HSL color Cylindrical-coordinate representation of color #AFB9C5: hue angle of 212.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB9C5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 185 197 -
CMYK 0.11 0.06 0 0.23
HSL 212.73º 0.16% 0.73% -
HSV(B) 212.73º 0.11% 0.77% -
XYZ 45.11 47.84 59.68 -
YUV 183.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 175 185 197 0.11 0.06 0 0.23 212.73 0.16 0.73
Hex AF B9 C5 B 6 0 17 D5 10 49
Octal 257 271 305 13 6 0 27 325 20 111
Binary 10101111 10111001 11000101 1011 110 0 10111 11010101 10000 1001001

Color Harmonies of #AFB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9C5

Black with #AFB9C5

Text Example


Text Example

White with #AFB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9C5; }

 p { color: rgb(175,185,197); }

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

background-color css

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

 a { background-color: rgb(175,185,197); }

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

border-color css

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

 span { border-color: rgb(175,185,197); }

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