#AFC4BB

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

Shades of Tiara #AFC4BB

Tints of Tiara #AFC4BB

Color information

#AFC4BB (or 0xAFC4BB) is unknown color: approx Tiara. HEX triplet: AF, C4 and BB. RGB value is (175,196,187). Sum of RGB (Red+Green+Blue) = 175+196+187=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4BB is #503B44. Grayscale: #BCBCBC. Windows color (decimal): -5258053 or 12305583. OLE color: 12305583.

HSL color Cylindrical-coordinate representation of color #AFC4BB: hue angle of 154.29º degrees, saturation: 0.15, 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 #AFC4BB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB175196187-
CMYK0.1100.050.23
HSL154.29º15.11%72.75%-
HSV(B)154.29º10.71%76.86%-
XYZ46.3952.1854.64-
YUV188.7127.04118.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=31.36%
G=35.13%
B=33.51%

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
Decimal1751961870.1100.050.23154.2915.1172.75
HexAFC4BBB05179af49
Octal25730427313052723217111
Binary10101111110001001011101110110101101111001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4BB; }

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

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

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

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

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

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

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

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