Html Css Color HEX #AFBBC1 Heather

📋 copy color: '#AFBBC1'

red 175 ◦ green 187 ◦ blue 193

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

Shades of Heather #AFBBC1

Tints of Heather #AFBBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.69%

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 31.53%
G = 33.69%
B = 34.77%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBBC1 (or 0xAFBBC1) is known color: Heather. HEX triplet: AF, BB and C1. RGB value is (175,187,193). Sum of RGB (Red+Green+Blue) = 175+187+193=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC1 is #50443E. Grayscale: #B8B8B8. Windows color (decimal): -5260351 or 12696495. OLE color: 12696495.

HSL color Cylindrical-coordinate representation of color #AFBBC1: hue angle of 200º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBBC1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 187 193 -
CMYK 0.09 0.03 0 0.24
HSL 200º 0.13% 0.72% -
HSV(B) 200º 0.09% 0.76% -
XYZ 45.08 48.5 57.44 -
YUV 184.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 175 187 193 0.09 0.03 0 0.24 200 0.13 0.72
Hex AF BB C1 9 3 0 18 C8 D 48
Octal 257 273 301 11 3 0 30 310 15 110
Binary 10101111 10111011 11000001 1001 11 0 11000 11001000 1101 1001000

Color Harmonies of #AFBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBC1

Black with #AFBBC1

Text Example


Text Example

White with #AFBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBC1; }

 p { color: rgb(175,187,193); }

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

background-color css

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

 a { background-color: rgb(175,187,193); }

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

border-color css

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

 span { border-color: rgb(175,187,193); }

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