#AFCFBF

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

Shades of Nebula #AFCFBF

Tints of Nebula #AFCFBF

Color information

#AFCFBF (or 0xAFCFBF) is unknown color: approx Nebula. HEX triplet: AF, CF and BF. RGB value is (175,207,191). Sum of RGB (Red+Green+Blue) = 175+207+191=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFBF is #503040. Grayscale: #C3C3C3. Windows color (decimal): -5255233 or 12570543. OLE color: 12570543.

HSL color Cylindrical-coordinate representation of color #AFCFBF: hue angle of 150º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFBF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB175207191-
CMYK0.1500.080.19
HSL150º25%74.9%-
HSV(B)150º15.46%81.18%-
XYZ49.457.557.79-
YUV195.61125.4113.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 191 (75% from 255) = 33.33%
R=30.54%
G=36.13%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071910.1500.080.191502574.9
HexAFCFBFF081396194b
Octal257317277170102322631113
Binary1010111111001111101111111111010001001110010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFBF; }

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

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

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

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

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

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

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

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