Html Css Color HEX #AFBFC2 Heather

📋 copy color: '#AFBFC2'

red 175 ◦ green 191 ◦ blue 194

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

Shades of Heather #AFBFC2

Tints of Heather #AFBFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 34.11%

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 31.25%
G = 34.11%
B = 34.64%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBFC2 (or 0xAFBFC2) is known color: Heather. HEX triplet: AF, BF and C2. RGB value is (175,191,194). Sum of RGB (Red+Green+Blue) = 175+191+194=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC2 is #50403D. Grayscale: #BABABA. Windows color (decimal): -5259326 or 12763055. OLE color: 12763055.

HSL color Cylindrical-coordinate representation of color #AFBFC2: hue angle of 189.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBFC2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 191 194 -
CMYK 0.10 0.02 0 0.24
HSL 189.47º 0.13% 0.72% -
HSV(B) 189.47º 0.1% 0.76% -
XYZ 46.05 50.27 58.32 -
YUV 186.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 175 191 194 0.10 0.02 0 0.24 189.47 0.13 0.72
Hex AF BF C2 A 2 0 18 BD D 48
Octal 257 277 302 12 2 0 30 275 15 110
Binary 10101111 10111111 11000010 1010 10 0 11000 10111101 1101 1001000

Color Harmonies of #AFBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFC2

Black with #AFBFC2

Text Example


Text Example

White with #AFBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFC2; }

 p { color: rgb(175,191,194); }

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

background-color css

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

 a { background-color: rgb(175,191,194); }

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

border-color css

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

 span { border-color: rgb(175,191,194); }

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