#8BB9BE

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

Shades of Botticelli #8BB9BE

Tints of Botticelli #8BB9BE

Color information

#8BB9BE (or 0x8BB9BE) is unknown color: approx Botticelli. HEX triplet: 8B, B9 and BE. RGB value is (139,185,190). Sum of RGB (Red+Green+Blue) = 139+185+190=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9BE is #744641. Grayscale: #ABABAB. Windows color (decimal): -7620162 or 12499339. OLE color: 12499339.

HSL color Cylindrical-coordinate representation of color #8BB9BE: hue angle of 185.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB9BE is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139185190-
CMYK0.270.0300.25
HSL185.88º28.18%64.51%-
HSV(B)185.88º26.84%74.51%-
XYZ37.2943.955.22-
YUV171.82138.26104.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=27.04%
G=35.99%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391851900.270.0300.25185.8828.1864.51
Hex8BB9BE1B3019ba1c41
Octal21327127633303127234101
Binary100010111011100110111110110111101100110111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB9BE; }

 p { color: rgb(139,185,190); }

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

<style>
 a { background-color: #8BB9BE; }

 a { background-color: rgb(139,185,190); }

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

<style>
 span { border-color: #8BB9BE; }

 span { border-color: rgb(139,185,190); }

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