Html Css Color HEX #AFB6BD Heather

📋 copy color: '#AFB6BD'

red 175 ◦ green 182 ◦ blue 189

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

Shades of Heather #AFB6BD

Tints of Heather #AFB6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.33%

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

R = 32.05%
G = 33.33%
B = 34.62%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFB6BD (or 0xAFB6BD) is known color: Heather. HEX triplet: AF, B6 and BD. RGB value is (175,182,189). Sum of RGB (Red+Green+Blue) = 175+182+189=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6BD is #504942. Grayscale: #B4B4B4. Windows color (decimal): -5261635 or 12433071. OLE color: 12433071.

HSL color Cylindrical-coordinate representation of color #AFB6BD: hue angle of 210º 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 #AFB6BD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 182 189 -
CMYK 0.07 0.04 0 0.26
HSL 210º 0.1% 0.71% -
HSV(B) 210º 0.07% 0.74% -
XYZ 43.59 46.24 54.77 -
YUV 180.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 175 182 189 0.07 0.04 0 0.26 210 0.1 0.71
Hex AF B6 BD 7 4 0 1A D2 A 47
Octal 257 266 275 7 4 0 32 322 12 107
Binary 10101111 10110110 10111101 111 100 0 11010 11010010 1010 1000111

Color Harmonies of #AFB6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6BD

Black with #AFB6BD

Text Example


Text Example

White with #AFB6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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