#AFBCC8

Color #AFBCC8 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AFBCC8

Tints of Heather #AFBCC8

Color information

#AFBCC8 (or 0xAFBCC8) is unknown color: approx Heather. HEX triplet: AF, BC and C8. RGB value is (175,188,200). Sum of RGB (Red+Green+Blue) = 175+188+200=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFBCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC8 is #504337. Grayscale: #B9B9B9. Windows color (decimal): -5260088 or 13155503. OLE color: 13155503.

HSL color Cylindrical-coordinate representation of color #AFBCC8: hue angle of 208.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBCC8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175188200-
CMYK0.120.0600.22
HSL208.8º18.52%73.53%-
HSV(B)208.8º12.5%78.43%-
XYZ46.0949.2561.72-
YUV185.48136.19120.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=31.08%
G=33.39%
B=35.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751882000.120.0600.22208.818.5273.53
HexAFBCC8C6016d1134a
Octal25727431014602632123112
Binary101011111011110011001000110011001011011010001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCC8; }

 p { color: rgb(175,188,200); }

 H1.HeaderClassName
 {
   color: #AFBCC8;
 }
 .AnyTagClassName
 {
   color: #AFBCC8;
 }
</style>
background-color css

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

 a { background-color: rgb(175,188,200); }

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

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

 span { border-color: rgb(175,188,200); }

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