Html Css Color HEX #AFBAC1 Heather

📋 copy color: '#AFBAC1'

red 175 ◦ green 186 ◦ blue 193

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

Shades of Heather #AFBAC1

Tints of Heather #AFBAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.57%

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

R = 31.59%
G = 33.57%
B = 34.84%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBAC1 (or 0xAFBAC1) is known color: Heather. HEX triplet: AF, BA and C1. RGB value is (175,186,193). Sum of RGB (Red+Green+Blue) = 175+186+193=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAC1 is #50453E. Grayscale: #B7B7B7. Windows color (decimal): -5260607 or 12696239. OLE color: 12696239.

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

Color convert

RGB 175 186 193 -
CMYK 0.09 0.04 0 0.24
HSL 203.33º 0.13% 0.72% -
HSV(B) 203.33º 0.09% 0.76% -
XYZ 44.86 48.08 57.37 -
YUV 183.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 175 186 193 0.09 0.04 0 0.24 203.33 0.13 0.72
Hex AF BA C1 9 4 0 18 CB D 48
Octal 257 272 301 11 4 0 30 313 15 110
Binary 10101111 10111010 11000001 1001 100 0 11000 11001011 1101 1001000

Color Harmonies of #AFBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAC1

Black with #AFBAC1

Text Example


Text Example

White with #AFBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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