#94AEB4

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

Shades of Botticelli #94AEB4

Tints of Botticelli #94AEB4

Color information

#94AEB4 (or 0x94AEB4) is unknown color: approx Botticelli. HEX triplet: 94, AE and B4. RGB value is (148,174,180). Sum of RGB (Red+Green+Blue) = 148+174+180=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #94AEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEB4 is #6B514B. Grayscale: #A6A6A6. Windows color (decimal): -7033164 or 11841172. OLE color: 11841172.

HSL color Cylindrical-coordinate representation of color #94AEB4: hue angle of 191.25º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94AEB4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148174180-
CMYK0.180.0300.29
HSL191.25º17.58%64.31%-
HSV(B)191.25º17.78%70.59%-
XYZ35.5939.8649-
YUV166.91135.39114.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=29.48%
G=34.66%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481741800.180.0300.29191.2517.5864.31
Hex94AEB412301Dbf1240
Octal22425626422303527722100
Binary100101001010111010110100100101101110110111111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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