Html Css Color HEX #AFB9C1 Heather

📋 copy color: '#AFB9C1'

red 175 ◦ green 185 ◦ blue 193

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

Shades of Heather #AFB9C1

Tints of Heather #AFB9C1

RGB

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

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

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

R = 31.65%
G = 33.45%
B = 34.9%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB9C1 (or 0xAFB9C1) is known color: Heather. HEX triplet: AF, B9 and C1. RGB value is (175,185,193). Sum of RGB (Red+Green+Blue) = 175+185+193=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFB9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9C1 is #50463E. Grayscale: #B6B6B6. Windows color (decimal): -5260863 or 12695983. OLE color: 12695983.

HSL color Cylindrical-coordinate representation of color #AFB9C1: hue angle of 206.67º 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 #AFB9C1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 185 193 -
CMYK 0.09 0.04 0 0.24
HSL 206.67º 0.13% 0.72% -
HSV(B) 206.67º 0.09% 0.76% -
XYZ 44.65 47.66 57.3 -
YUV 182.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 175 185 193 0.09 0.04 0 0.24 206.67 0.13 0.72
Hex AF B9 C1 9 4 0 18 CF D 48
Octal 257 271 301 11 4 0 30 317 15 110
Binary 10101111 10111001 11000001 1001 100 0 11000 11001111 1101 1001000

Color Harmonies of #AFB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9C1

Black with #AFB9C1

Text Example


Text Example

White with #AFB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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