#AFA6BC

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

Shades of Biloba Flower #AFA6BC

Tints of Biloba Flower #AFA6BC

Color information

#AFA6BC (or 0xAFA6BC) is unknown color: approx Biloba Flower. HEX triplet: AF, A6 and BC. RGB value is (175,166,188). Sum of RGB (Red+Green+Blue) = 175+166+188=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6BC is #505943. Grayscale: #ABABAB. Windows color (decimal): -5265732 or 12363439. OLE color: 12363439.

HSL color Cylindrical-coordinate representation of color #AFA6BC: hue angle of 264.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA6BC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175166188-
CMYK0.070.1200.26
HSL264.55º14.1%69.41%-
HSV(B)264.55º11.7%73.73%-
XYZ40.3940.0253.17-
YUV171.2137.48130.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=33.08%
G=31.38%
B=35.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751661880.070.1200.26264.5514.169.41
HexAFA6BC7C01A109e45
Octal25724627471403241116105
Binary101011111010011010111100111110001101010000100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6BC; }

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

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

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

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

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

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

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

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