Html Css Color HEX #AFBBC0 Heather

📋 copy color: '#AFBBC0'

red 175 ◦ green 187 ◦ blue 192

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

Shades of Heather #AFBBC0

Tints of Heather #AFBBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 31.59%
G = 33.75%
B = 34.66%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFBBC0 (or 0xAFBBC0) is known color: Heather. HEX triplet: AF, BB and C0. RGB value is (175,187,192). Sum of RGB (Red+Green+Blue) = 175+187+192=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC0 is #50443F. Grayscale: #B7B7B7. Windows color (decimal): -5260352 or 12630959. OLE color: 12630959.

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

Color convert

RGB 175 187 192 -
CMYK 0.09 0.03 0 0.25
HSL 197.65º 0.12% 0.72% -
HSV(B) 197.65º 0.09% 0.75% -
XYZ 44.96 48.46 56.85 -
YUV 183.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 175 187 192 0.09 0.03 0 0.25 197.65 0.12 0.72
Hex AF BB C0 9 3 0 19 C6 C 48
Octal 257 273 300 11 3 0 31 306 14 110
Binary 10101111 10111011 11000000 1001 11 0 11001 11000110 1100 1001000

Color Harmonies of #AFBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBC0

Black with #AFBBC0

Text Example


Text Example

White with #AFBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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