#AFC8BE

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

Shades of Tiara #AFC8BE

Tints of Tiara #AFC8BE

Color information

#AFC8BE (or 0xAFC8BE) is unknown color: approx Tiara. HEX triplet: AF, C8 and BE. RGB value is (175,200,190). Sum of RGB (Red+Green+Blue) = 175+200+190=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8BE is #503741. Grayscale: #BFBFBF. Windows color (decimal): -5257026 or 12503215. OLE color: 12503215.

HSL color Cylindrical-coordinate representation of color #AFC8BE: hue angle of 156º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8BE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB175200190-
CMYK0.1200.050.22
HSL156º18.52%73.53%-
HSV(B)156º12.5%78.43%-
XYZ47.6354.1456.66-
YUV191.38127.22116.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=30.97%
G=35.40%
B=33.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001900.1200.050.2215618.5273.53
HexAFC8BEC05169c134a
Octal25731027614052623423112
Binary101011111100100010111110110001011011010011100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8BE; }

 p { color: rgb(175,200,190); }

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

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

 a { background-color: rgb(175,200,190); }

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

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

 span { border-color: rgb(175,200,190); }

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