#ADCABD

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

Shades of Tiara #ADCABD

Tints of Tiara #ADCABD

Color information

#ADCABD (or 0xADCABD) is unknown color: approx Tiara. HEX triplet: AD, CA and BD. RGB value is (173,202,189). Sum of RGB (Red+Green+Blue) = 173+202+189=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCABD is #523542. Grayscale: #BFBFBF. Windows color (decimal): -5387587 or 12438189. OLE color: 12438189.

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

Color convert

RGB173202189-
CMYK0.1400.060.21
HSL153.1º21.48%73.53%-
HSV(B)153.1º14.36%79.22%-
XYZ47.5454.856.22-
YUV191.85126.39114.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=30.67%
G=35.82%
B=33.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021890.1400.060.21153.121.4873.53
HexADCABDE061599154a
Octal25531227516062523125112
Binary101011011100101010111101111001101010110011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCABD; }

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

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

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

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

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

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

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

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