#AFBFCB

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

Shades of Heather #AFBFCB

Tints of Heather #AFBFCB

Color information

#AFBFCB (or 0xAFBFCB) is unknown color: approx Heather. HEX triplet: AF, BF and CB. RGB value is (175,191,203). Sum of RGB (Red+Green+Blue) = 175+191+203=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFCB is #504034. Grayscale: #BBBBBB. Windows color (decimal): -5259317 or 13352879. OLE color: 13352879.

HSL color Cylindrical-coordinate representation of color #AFBFCB: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBFCB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175191203-
CMYK0.140.0600.20
HSL205.71º21.21%74.12%-
HSV(B)205.71º13.79%79.61%-
XYZ47.0950.6963.8-
YUV187.58136.7119.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=30.76%
G=33.57%
B=35.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751912030.140.0600.20205.7121.2174.12
HexAFBFCBE6014ce154a
Octal25727731316602431625112
Binary101011111011111111001011111011001010011001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFCB; }

 p { color: rgb(175,191,203); }

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

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

 a { background-color: rgb(175,191,203); }

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

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

 span { border-color: rgb(175,191,203); }

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