#94ADB7

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

Shades of Botticelli #94ADB7

Tints of Botticelli #94ADB7

Color information

#94ADB7 (or 0x94ADB7) is unknown color: approx Botticelli. HEX triplet: 94, AD and B7. RGB value is (148,173,183). Sum of RGB (Red+Green+Blue) = 148+173+183=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 183 - color contains mainly: blue. Hex color #94ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADB7 is #6B5248. Grayscale: #A6A6A6. Windows color (decimal): -7033417 or 12037524. OLE color: 12037524.

HSL color Cylindrical-coordinate representation of color #94ADB7: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94ADB7 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB148173183-
CMYK0.190.0500.28
HSL197.14º19.55%64.9%-
HSV(B)197.14º19.13%71.76%-
XYZ35.739.650.56-
YUV166.66137.22114.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=29.37%
G=34.33%
B=36.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481731830.190.0500.28197.1419.5564.9
Hex94ADB713501Cc51441
Octal22425526723503430524101
Binary1001010010101101101101111001110101110011000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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