Html Css Color HEX #AFBDC1 Heather

📋 copy color: '#AFBDC1'

red 175 ◦ green 189 ◦ blue 193

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

Shades of Heather #AFBDC1

Tints of Heather #AFBDC1

RGB

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

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

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

R = 31.42%
G = 33.93%
B = 34.65%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBDC1 (or 0xAFBDC1) is known color: Heather. HEX triplet: AF, BD and C1. RGB value is (175,189,193). Sum of RGB (Red+Green+Blue) = 175+189+193=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC1 is #50423E. Grayscale: #B9B9B9. Windows color (decimal): -5259839 or 12697007. OLE color: 12697007.

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

Color convert

RGB 175 189 193 -
CMYK 0.09 0.02 0 0.24
HSL 193.33º 0.13% 0.72% -
HSV(B) 193.33º 0.09% 0.76% -
XYZ 45.5 49.36 57.58 -
YUV 185.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 175 189 193 0.09 0.02 0 0.24 193.33 0.13 0.72
Hex AF BD C1 9 2 0 18 C1 D 48
Octal 257 275 301 11 2 0 30 301 15 110
Binary 10101111 10111101 11000001 1001 10 0 11000 11000001 1101 1001000

Color Harmonies of #AFBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDC1

Black with #AFBDC1

Text Example


Text Example

White with #AFBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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