Html Css Color HEX #AFB5BB Heather

📋 copy color: '#AFB5BB'

red 175 ◦ green 181 ◦ blue 187

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

Shades of Heather #AFB5BB

Tints of Heather #AFB5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 32.23%
G = 33.33%
B = 34.44%

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

#AFB5BB (or 0xAFB5BB) is known color: Heather. HEX triplet: AF, B5 and BB. RGB value is (175,181,187). Sum of RGB (Red+Green+Blue) = 175+181+187=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BB is #504A44. Grayscale: #B3B3B3. Windows color (decimal): -5261893 or 12301743. OLE color: 12301743.

HSL color Cylindrical-coordinate representation of color #AFB5BB: hue angle of 210º degrees, saturation: 0.08, 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 #AFB5BB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 181 187 -
CMYK 0.06 0.03 0 0.27
HSL 210º 0.08% 0.71% -
HSV(B) 210º 0.06% 0.73% -
XYZ 43.17 45.75 53.57 -
YUV 179.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 175 181 187 0.06 0.03 0 0.27 210 0.08 0.71
Hex AF B5 BB 6 3 0 1B D2 8 47
Octal 257 265 273 6 3 0 33 322 10 107
Binary 10101111 10110101 10111011 110 11 0 11011 11010010 1000 1000111

Color Harmonies of #AFB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5BB

Black with #AFB5BB

Text Example


Text Example

White with #AFB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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