#94B2BA

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

Shades of Botticelli #94B2BA

Tints of Botticelli #94B2BA

Color information

#94B2BA (or 0x94B2BA) is unknown color: approx Botticelli. HEX triplet: 94, B2 and BA. RGB value is (148,178,186). Sum of RGB (Red+Green+Blue) = 148+178+186=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #94B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2BA is #6B4D45. Grayscale: #A9A9A9. Windows color (decimal): -7032134 or 12235412. OLE color: 12235412.

HSL color Cylindrical-coordinate representation of color #94B2BA: hue angle of 192.63º degrees, saturation: 0.22, 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 #94B2BA is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148178186-
CMYK0.200.0400.27
HSL192.63º21.59%65.49%-
HSV(B)192.63º20.43%72.94%-
XYZ3741.6852.55-
YUV169.94137.06112.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=28.91%
G=34.77%
B=36.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481781860.200.0400.27192.6321.5965.49
Hex94B2BA14401Bc11641
Octal22426227224403330126101
Binary1001010010110010101110101010010001101111000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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