#AFCABD

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

Shades of Tiara #AFCABD

Tints of Tiara #AFCABD

Color information

#AFCABD (or 0xAFCABD) is unknown color: approx Tiara. HEX triplet: AF, CA and BD. RGB value is (175,202,189). Sum of RGB (Red+Green+Blue) = 175+202+189=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCABD is #503542. Grayscale: #C0C0C0. Windows color (decimal): -5256515 or 12438191. OLE color: 12438191.

HSL color Cylindrical-coordinate representation of color #AFCABD: hue angle of 151.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCABD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB175202189-
CMYK0.1300.060.21
HSL151.11º20.3%73.92%-
HSV(B)151.11º13.37%79.22%-
XYZ47.9955.0356.24-
YUV192.44126.05115.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=30.92%
G=35.69%
B=33.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021890.1300.060.21151.1120.373.92
HexAFCABDD061597144a
Octal25731227515062522724112
Binary101011111100101010111101110101101010110010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCABD; }

 p { color: rgb(175,202,189); }

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

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

 a { background-color: rgb(175,202,189); }

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

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

 span { border-color: rgb(175,202,189); }

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