Html Css Color HEX #AFB6BE Heather

📋 copy color: '#AFB6BE'

red 175 ◦ green 182 ◦ blue 190

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

Shades of Heather #AFB6BE

Tints of Heather #AFB6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 31.99%
G = 33.27%
B = 34.73%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB6BE (or 0xAFB6BE) is known color: Heather. HEX triplet: AF, B6 and BE. RGB value is (175,182,190). Sum of RGB (Red+Green+Blue) = 175+182+190=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6BE is #504941. Grayscale: #B4B4B4. Windows color (decimal): -5261634 or 12498607. OLE color: 12498607.

HSL color Cylindrical-coordinate representation of color #AFB6BE: hue angle of 212º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB6BE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 182 190 -
CMYK 0.08 0.04 0 0.25
HSL 212º 0.1% 0.72% -
HSV(B) 212º 0.08% 0.75% -
XYZ 43.7 46.29 55.35 -
YUV 180.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 175 182 190 0.08 0.04 0 0.25 212 0.1 0.72
Hex AF B6 BE 8 4 0 19 D4 A 48
Octal 257 266 276 10 4 0 31 324 12 110
Binary 10101111 10110110 10111110 1000 100 0 11001 11010100 1010 1001000

Color Harmonies of #AFB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6BE

Black with #AFB6BE

Text Example


Text Example

White with #AFB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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