#8BB9BF

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

Shades of Botticelli #8BB9BF

Tints of Botticelli #8BB9BF

Color information

#8BB9BF (or 0x8BB9BF) is unknown color: approx Botticelli. HEX triplet: 8B, B9 and BF. RGB value is (139,185,191). Sum of RGB (Red+Green+Blue) = 139+185+191=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9BF is #744640. Grayscale: #ABABAB. Windows color (decimal): -7620161 or 12564875. OLE color: 12564875.

HSL color Cylindrical-coordinate representation of color #8BB9BF: hue angle of 186.92º degrees, saturation: 0.29, 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 #8BB9BF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139185191-
CMYK0.270.0300.25
HSL186.92º28.89%64.71%-
HSV(B)186.92º27.23%74.9%-
XYZ37.443.9555.8-
YUV171.93138.76104.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 191 (75% from 255) = 37.09%
R=26.99%
G=35.92%
B=37.09%

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
Decimal1391851910.270.0300.25186.9228.8964.71
Hex8BB9BF1B3019bb1d41
Octal21327127733303127335101
Binary100010111011100110111111110111101100110111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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