Html Css Color HEX #AFB8BC Heather

📋 copy color: '#AFB8BC'

red 175 ◦ green 184 ◦ blue 188

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

Shades of Heather #AFB8BC

Tints of Heather #AFB8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

 BLUE value IS 188 (73.83% from 255) = 34.37%

R = 31.99%
G = 33.64%
B = 34.37%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFB8BC (or 0xAFB8BC) is known color: Heather. HEX triplet: AF, B8 and BC. RGB value is (175,184,188). Sum of RGB (Red+Green+Blue) = 175+184+188=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8BC is #504743. Grayscale: #B5B5B5. Windows color (decimal): -5261124 or 12368047. OLE color: 12368047.

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

Color convert

RGB 175 184 188 -
CMYK 0.07 0.02 0 0.26
HSL 198.46º 0.09% 0.71% -
HSV(B) 198.46º 0.07% 0.74% -
XYZ 43.9 47.03 54.34 -
YUV 181.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 175 184 188 0.07 0.02 0 0.26 198.46 0.09 0.71
Hex AF B8 BC 7 2 0 1A C6 9 47
Octal 257 270 274 7 2 0 32 306 11 107
Binary 10101111 10111000 10111100 111 10 0 11010 11000110 1001 1000111

Color Harmonies of #AFB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8BC

Black with #AFB8BC

Text Example


Text Example

White with #AFB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8BC; }

 p { color: rgb(175,184,188); }

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

background-color css

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

 a { background-color: rgb(175,184,188); }

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

border-color css

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

 span { border-color: rgb(175,184,188); }

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