Html Css Color HEX #AFBEC3 Heather

📋 copy color: '#AFBEC3'

red 175 ◦ green 190 ◦ blue 195

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

Shades of Heather #AFBEC3

Tints of Heather #AFBEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.82%

R = 31.25%
G = 33.93%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBEC3 (or 0xAFBEC3) is known color: Heather. HEX triplet: AF, BE and C3. RGB value is (175,190,195). Sum of RGB (Red+Green+Blue) = 175+190+195=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFBEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEC3 is #50413C. Grayscale: #BABABA. Windows color (decimal): -5259581 or 12828335. OLE color: 12828335.

HSL color Cylindrical-coordinate representation of color #AFBEC3: hue angle of 195º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBEC3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 190 195 -
CMYK 0.10 0.03 0 0.24
HSL 195º 0.14% 0.73% -
HSV(B) 195º 0.1% 0.76% -
XYZ 45.94 49.88 58.84 -
YUV 186.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 175 190 195 0.10 0.03 0 0.24 195 0.14 0.73
Hex AF BE C3 A 3 0 18 C3 E 49
Octal 257 276 303 12 3 0 30 303 16 111
Binary 10101111 10111110 11000011 1010 11 0 11000 11000011 1110 1001001

Color Harmonies of #AFBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEC3

Black with #AFBEC3

Text Example


Text Example

White with #AFBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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