#94AEB1

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

Shades of Botticelli #94AEB1

Tints of Botticelli #94AEB1

Color information

#94AEB1 (or 0x94AEB1) is unknown color: approx Botticelli. HEX triplet: 94, AE and B1. RGB value is (148,174,177). Sum of RGB (Red+Green+Blue) = 148+174+177=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #94AEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AEB1 is #6B514E. Grayscale: #A6A6A6. Windows color (decimal): -7033167 or 11644564. OLE color: 11644564.

HSL color Cylindrical-coordinate representation of color #94AEB1: hue angle of 186.21º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94AEB1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148174177-
CMYK0.160.0200.31
HSL186.21º15.68%63.73%-
HSV(B)186.21º16.38%69.41%-
XYZ35.2839.7447.41-
YUV166.57133.89114.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=29.66%
G=34.87%
B=35.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481741770.160.0200.31186.2115.6863.73
Hex94AEB110201Fba1040
Octal22425626120203727220100
Binary100101001010111010110001100001001111110111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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