#ADCCBF

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

Shades of Tiara #ADCCBF

Tints of Tiara #ADCCBF

Color information

#ADCCBF (or 0xADCCBF) is unknown color: approx Tiara. HEX triplet: AD, CC and BF. RGB value is (173,204,191). Sum of RGB (Red+Green+Blue) = 173+204+191=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBF is #523340. Grayscale: #C1C1C1. Windows color (decimal): -5387073 or 12569773. OLE color: 12569773.

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

Color convert

RGB173204191-
CMYK0.1500.060.2
HSL154.84º23.31%73.92%-
HSV(B)154.84º15.2%80%-
XYZ48.2355.8357.52-
YUV193.25126.73113.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 191 (75% from 255) = 33.63%
R=30.46%
G=35.92%
B=33.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041910.1500.060.2154.8423.3173.92
HexADCCBFF06149b174a
Octal25531427717062423327112
Binary101011011100110010111111111101101010010011011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCBF; }

 p { color: rgb(173,204,191); }

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

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

 a { background-color: rgb(173,204,191); }

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

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

 span { border-color: rgb(173,204,191); }

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