#94B2BE

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

Shades of Botticelli #94B2BE

Tints of Botticelli #94B2BE

Color information

#94B2BE (or 0x94B2BE) is unknown color: approx Botticelli. HEX triplet: 94, B2 and BE. RGB value is (148,178,190). Sum of RGB (Red+Green+Blue) = 148+178+190=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #94B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2BE is #6B4D41. Grayscale: #AAAAAA. Windows color (decimal): -7032130 or 12497556. OLE color: 12497556.

HSL color Cylindrical-coordinate representation of color #94B2BE: hue angle of 197.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94B2BE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148178190-
CMYK0.220.0600.25
HSL197.14º24.42%66.27%-
HSV(B)197.14º22.11%74.51%-
XYZ37.4341.8554.82-
YUV170.4139.06112.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=28.68%
G=34.50%
B=36.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481781900.220.0600.25197.1424.4266.27
Hex94B2BE166019c51842
Octal22426227626603130530102
Binary1001010010110010101111101011011001100111000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,178,190); }

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

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

 a { background-color: rgb(148,178,190); }

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

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

 span { border-color: rgb(148,178,190); }

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