Html Css Color HEX #AFBCC0 Heather

📋 copy color: '#AFBCC0'

red 175 ◦ green 188 ◦ blue 192

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

Shades of Heather #AFBCC0

Tints of Heather #AFBCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 31.53%
G = 33.87%
B = 34.59%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFBCC0 (or 0xAFBCC0) is known color: Heather. HEX triplet: AF, BC and C0. RGB value is (175,188,192). Sum of RGB (Red+Green+Blue) = 175+188+192=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC0 is #50433F. Grayscale: #B8B8B8. Windows color (decimal): -5260096 or 12631215. OLE color: 12631215.

HSL color Cylindrical-coordinate representation of color #AFBCC0: hue angle of 194.12º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBCC0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 188 192 -
CMYK 0.09 0.02 0 0.25
HSL 194.12º 0.12% 0.72% -
HSV(B) 194.12º 0.09% 0.75% -
XYZ 45.18 48.89 56.92 -
YUV 184.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 175 188 192 0.09 0.02 0 0.25 194.12 0.12 0.72
Hex AF BC C0 9 2 0 19 C2 C 48
Octal 257 274 300 11 2 0 31 302 14 110
Binary 10101111 10111100 11000000 1001 10 0 11001 11000010 1100 1001000

Color Harmonies of #AFBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCC0

Black with #AFBCC0

Text Example


Text Example

White with #AFBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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