Html Css Color HEX #AFB7BD Heather

📋 copy color: '#AFB7BD'

red 175 ◦ green 183 ◦ blue 189

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

Shades of Heather #AFB7BD

Tints of Heather #AFB7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.46%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 31.99%
G = 33.46%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFB7BD (or 0xAFB7BD) is known color: Heather. HEX triplet: AF, B7 and BD. RGB value is (175,183,189). Sum of RGB (Red+Green+Blue) = 175+183+189=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7BD is #504842. Grayscale: #B5B5B5. Windows color (decimal): -5261379 or 12433327. OLE color: 12433327.

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

Color convert

RGB 175 183 189 -
CMYK 0.07 0.03 0 0.26
HSL 205.71º 0.1% 0.71% -
HSV(B) 205.71º 0.07% 0.74% -
XYZ 43.8 46.66 54.84 -
YUV 181.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 175 183 189 0.07 0.03 0 0.26 205.71 0.1 0.71
Hex AF B7 BD 7 3 0 1A CE A 47
Octal 257 267 275 7 3 0 32 316 12 107
Binary 10101111 10110111 10111101 111 11 0 11010 11001110 1010 1000111

Color Harmonies of #AFB7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7BD

Black with #AFB7BD

Text Example


Text Example

White with #AFB7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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