#94B9BD

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

Shades of Botticelli #94B9BD

Tints of Botticelli #94B9BD

Color information

#94B9BD (or 0x94B9BD) is unknown color: approx Botticelli. HEX triplet: 94, B9 and BD. RGB value is (148,185,189). Sum of RGB (Red+Green+Blue) = 148+185+189=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #94B9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B9BD is #6B4642. Grayscale: #AEAEAE. Windows color (decimal): -7030339 or 12433812. OLE color: 12433812.

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

Color convert

RGB148185189-
CMYK0.220.0200.26
HSL185.85º23.7%66.08%-
HSV(B)185.85º21.69%74.12%-
XYZ38.7544.6754.72-
YUV174.39136.24109.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=28.35%
G=35.44%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481851890.220.0200.26185.8523.766.08
Hex94B9BD16201Aba1842
Octal22427127526203227230102
Binary100101001011100110111101101101001101010111010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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