Html Css Color HEX #AFBDC0 Heather

📋 copy color: '#AFBDC0'

red 175 ◦ green 189 ◦ blue 192

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

Shades of Heather #AFBDC0

Tints of Heather #AFBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

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

R = 31.47%
G = 33.99%
B = 34.53%

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

#AFBDC0 (or 0xAFBDC0) is known color: Heather. HEX triplet: AF, BD and C0. RGB value is (175,189,192). Sum of RGB (Red+Green+Blue) = 175+189+192=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC0 is #50423F. Grayscale: #B9B9B9. Windows color (decimal): -5259840 or 12631471. OLE color: 12631471.

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

Color convert

RGB 175 189 192 -
CMYK 0.09 0.02 0 0.25
HSL 190.59º 0.12% 0.72% -
HSV(B) 190.59º 0.09% 0.75% -
XYZ 45.39 49.31 57 -
YUV 185.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 175 189 192 0.09 0.02 0 0.25 190.59 0.12 0.72
Hex AF BD C0 9 2 0 19 BF C 48
Octal 257 275 300 11 2 0 31 277 14 110
Binary 10101111 10111101 11000000 1001 10 0 11001 10111111 1100 1001000

Color Harmonies of #AFBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDC0

Black with #AFBDC0

Text Example


Text Example

White with #AFBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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