#94B5BC

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

Shades of Botticelli #94B5BC

Tints of Botticelli #94B5BC

Color information

#94B5BC (or 0x94B5BC) is unknown color: approx Botticelli. HEX triplet: 94, B5 and BC. RGB value is (148,181,188). Sum of RGB (Red+Green+Blue) = 148+181+188=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #94B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5BC is #6B4A43. Grayscale: #ABABAB. Windows color (decimal): -7031364 or 12367252. OLE color: 12367252.

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

Color convert

RGB148181188-
CMYK0.210.0400.26
HSL190.5º22.99%65.88%-
HSV(B)190.5º21.28%73.73%-
XYZ37.8142.9753.88-
YUV171.93137.07110.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=28.63%
G=35.01%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481811880.210.0400.26190.522.9965.88
Hex94B5BC15401Abe1742
Octal22426527425403227627102
Binary1001010010110101101111001010110001101010111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,188); }

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

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

 a { background-color: rgb(148,181,188); }

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

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

 span { border-color: rgb(148,181,188); }

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