Html Css Color HEX #AFB5BA Heather

📋 copy color: '#AFB5BA'

red 175 ◦ green 181 ◦ blue 186

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

Shades of Heather #AFB5BA

Tints of Heather #AFB5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.39%

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 32.29%
G = 33.39%
B = 34.32%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFB5BA (or 0xAFB5BA) is known color: Heather. HEX triplet: AF, B5 and BA. RGB value is (175,181,186). Sum of RGB (Red+Green+Blue) = 175+181+186=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BA is #504A45. Grayscale: #B3B3B3. Windows color (decimal): -5261894 or 12236207. OLE color: 12236207.

HSL color Cylindrical-coordinate representation of color #AFB5BA: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB5BA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 181 186 -
CMYK 0.06 0.03 0 0.27
HSL 207.27º 0.07% 0.71% -
HSV(B) 207.27º 0.06% 0.73% -
XYZ 43.07 45.71 53.01 -
YUV 179.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 175 181 186 0.06 0.03 0 0.27 207.27 0.07 0.71
Hex AF B5 BA 6 3 0 1B CF 7 47
Octal 257 265 272 6 3 0 33 317 7 107
Binary 10101111 10110101 10111010 110 11 0 11011 11001111 111 1000111

Color Harmonies of #AFB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5BA

Black with #AFB5BA

Text Example


Text Example

White with #AFB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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