Html Css Color HEX #AFB8BE Heather

📋 copy color: '#AFB8BE'

red 175 ◦ green 184 ◦ blue 190

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

Shades of Heather #AFB8BE

Tints of Heather #AFB8BE

RGB

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

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

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

R = 31.88%
G = 33.52%
B = 34.61%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB8BE (or 0xAFB8BE) is known color: Heather. HEX triplet: AF, B8 and BE. RGB value is (175,184,190). Sum of RGB (Red+Green+Blue) = 175+184+190=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8BE is #504741. Grayscale: #B5B5B5. Windows color (decimal): -5261122 or 12499119. OLE color: 12499119.

HSL color Cylindrical-coordinate representation of color #AFB8BE: hue angle of 204º 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 #AFB8BE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 184 190 -
CMYK 0.08 0.03 0 0.25
HSL 204º 0.1% 0.72% -
HSV(B) 204º 0.08% 0.75% -
XYZ 44.11 47.11 55.48 -
YUV 181.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 175 184 190 0.08 0.03 0 0.25 204 0.1 0.72
Hex AF B8 BE 8 3 0 19 CC A 48
Octal 257 270 276 10 3 0 31 314 12 110
Binary 10101111 10111000 10111110 1000 11 0 11001 11001100 1010 1001000

Color Harmonies of #AFB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8BE

Black with #AFB8BE

Text Example


Text Example

White with #AFB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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