#94B6B9

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

Shades of Botticelli #94B6B9

Tints of Botticelli #94B6B9

Color information

#94B6B9 (or 0x94B6B9) is unknown color: approx Botticelli. HEX triplet: 94, B6 and B9. RGB value is (148,182,185). Sum of RGB (Red+Green+Blue) = 148+182+185=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #94B6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B6B9 is #6B4946. Grayscale: #ACACAC. Windows color (decimal): -7031111 or 12170900. OLE color: 12170900.

HSL color Cylindrical-coordinate representation of color #94B6B9: hue angle of 184.86º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B6B9 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148182185-
CMYK0.200.0200.27
HSL184.86º20.9%65.29%-
HSV(B)184.86º20%72.55%-
XYZ37.743.2552.26-
YUV172.18135.24110.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=28.74%
G=35.34%
B=35.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481821850.200.0200.27184.8620.965.29
Hex94B6B914201Bb91541
Octal22426627124203327125101
Binary100101001011011010111001101001001101110111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,182,185); }

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

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

 a { background-color: rgb(148,182,185); }

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

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

 span { border-color: rgb(148,182,185); }

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