Html Css Color HEX #AFB5BC Heather

📋 copy color: '#AFB5BC'

red 175 ◦ green 181 ◦ blue 188

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

Shades of Heather #AFB5BC

Tints of Heather #AFB5BC

RGB

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

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

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

R = 32.17%
G = 33.27%
B = 34.56%

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

#AFB5BC (or 0xAFB5BC) is known color: Heather. HEX triplet: AF, B5 and BC. RGB value is (175,181,188). Sum of RGB (Red+Green+Blue) = 175+181+188=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BC is #504A43. Grayscale: #B3B3B3. Windows color (decimal): -5261892 or 12367279. OLE color: 12367279.

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

Color convert

RGB 175 181 188 -
CMYK 0.07 0.04 0 0.26
HSL 212.31º 0.09% 0.71% -
HSV(B) 212.31º 0.07% 0.74% -
XYZ 43.28 45.79 54.13 -
YUV 180 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 175 181 188 0.07 0.04 0 0.26 212.31 0.09 0.71
Hex AF B5 BC 7 4 0 1A D4 9 47
Octal 257 265 274 7 4 0 32 324 11 107
Binary 10101111 10110101 10111100 111 100 0 11010 11010100 1001 1000111

Color Harmonies of #AFB5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5BC

Black with #AFB5BC

Text Example


Text Example

White with #AFB5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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