#AFC5BB

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

Shades of Tiara #AFC5BB

Tints of Tiara #AFC5BB

Color information

#AFC5BB (or 0xAFC5BB) is unknown color: approx Tiara. HEX triplet: AF, C5 and BB. RGB value is (175,197,187). Sum of RGB (Red+Green+Blue) = 175+197+187=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BB is #503A44. Grayscale: #BDBDBD. Windows color (decimal): -5257797 or 12305839. OLE color: 12305839.

HSL color Cylindrical-coordinate representation of color #AFC5BB: hue angle of 152.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5BB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB175197187-
CMYK0.1100.050.23
HSL152.73º15.94%72.94%-
HSV(B)152.73º11.17%77.25%-
XYZ46.6252.6354.72-
YUV189.28126.71117.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=31.31%
G=35.24%
B=33.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971870.1100.050.23152.7315.9472.94
HexAFC5BBB0517991049
Octal25730527313052723120111
Binary101011111100010110111011101101011011110011001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5BB; }

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

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

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

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

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

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

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

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