#94ADAE

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

Shades of Botticelli #94ADAE

Tints of Botticelli #94ADAE

Color information

#94ADAE (or 0x94ADAE) is unknown color: approx Botticelli. HEX triplet: 94, AD and AE. RGB value is (148,173,174). Sum of RGB (Red+Green+Blue) = 148+173+174=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #94ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADAE is #6B5251. Grayscale: #A5A5A5. Windows color (decimal): -7033426 or 11447700. OLE color: 11447700.

HSL color Cylindrical-coordinate representation of color #94ADAE: hue angle of 182.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94ADAE is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148173174-
CMYK0.150.0100.32
HSL182.31º13.83%63.14%-
HSV(B)182.31º14.94%68.24%-
XYZ34.839.2445.78-
YUV165.64132.72115.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=29.90%
G=34.95%
B=35.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731740.150.0100.32182.3113.8363.14
Hex94ADAEF1020b6e3f
Octal2242552561710402661677
Binary100101001010110110101110111110100000101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ADAE; }

 p { color: rgb(148,173,174); }

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

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

 a { background-color: rgb(148,173,174); }

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

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

 span { border-color: rgb(148,173,174); }

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