Html Css Color HEX #AFBCC5 Heather

📋 copy color: '#AFBCC5'

red 175 ◦ green 188 ◦ blue 197

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

Shades of Heather #AFBCC5

Tints of Heather #AFBCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.57%

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

R = 31.25%
G = 33.57%
B = 35.18%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFBCC5 (or 0xAFBCC5) is known color: Heather. HEX triplet: AF, BC and C5. RGB value is (175,188,197). Sum of RGB (Red+Green+Blue) = 175+188+197=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC5 is #50433A. Grayscale: #B9B9B9. Windows color (decimal): -5260091 or 12958895. OLE color: 12958895.

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

Color convert

RGB 175 188 197 -
CMYK 0.11 0.05 0 0.23
HSL 204.55º 0.16% 0.73% -
HSV(B) 204.55º 0.11% 0.77% -
XYZ 45.74 49.11 59.89 -
YUV 185.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 175 188 197 0.11 0.05 0 0.23 204.55 0.16 0.73
Hex AF BC C5 B 5 0 17 CD 10 49
Octal 257 274 305 13 5 0 27 315 20 111
Binary 10101111 10111100 11000101 1011 101 0 10111 11001101 10000 1001001

Color Harmonies of #AFBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCC5

Black with #AFBCC5

Text Example


Text Example

White with #AFBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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