Html Css Color HEX #AFBEC5 Heather

📋 copy color: '#AFBEC5'

red 175 ◦ green 190 ◦ blue 197

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

Shades of Heather #AFBEC5

Tints of Heather #AFBEC5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.81%

 BLUE value IS 197 (77.34% from 255) = 35.05%

R = 31.14%
G = 33.81%
B = 35.05%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFBEC5 (or 0xAFBEC5) is known color: Heather. HEX triplet: AF, BE and C5. RGB value is (175,190,197). Sum of RGB (Red+Green+Blue) = 175+190+197=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEC5 is #50413A. Grayscale: #BABABA. Windows color (decimal): -5259579 or 12959407. OLE color: 12959407.

HSL color Cylindrical-coordinate representation of color #AFBEC5: hue angle of 199.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBEC5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 190 197 -
CMYK 0.11 0.04 0 0.23
HSL 199.09º 0.16% 0.73% -
HSV(B) 199.09º 0.11% 0.77% -
XYZ 46.17 49.97 60.04 -
YUV 186.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 175 190 197 0.11 0.04 0 0.23 199.09 0.16 0.73
Hex AF BE C5 B 4 0 17 C7 10 49
Octal 257 276 305 13 4 0 27 307 20 111
Binary 10101111 10111110 11000101 1011 100 0 10111 11000111 10000 1001001

Color Harmonies of #AFBEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEC5

Black with #AFBEC5

Text Example


Text Example

White with #AFBEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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