#8BB6BE

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

Shades of Botticelli #8BB6BE

Tints of Botticelli #8BB6BE

Color information

#8BB6BE (or 0x8BB6BE) is unknown color: approx Botticelli. HEX triplet: 8B, B6 and BE. RGB value is (139,182,190). Sum of RGB (Red+Green+Blue) = 139+182+190=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB6BE is #744941. Grayscale: #A9A9A9. Windows color (decimal): -7620930 or 12498571. OLE color: 12498571.

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

Color convert

RGB139182190-
CMYK0.270.0400.25
HSL189.41º28.18%64.51%-
HSV(B)189.41º26.84%74.51%-
XYZ36.6742.6655.02-
YUV170.05139.25105.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.20%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=27.20%
G=35.62%
B=37.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391821900.270.0400.25189.4128.1864.51
Hex8BB6BE1B4019bd1c41
Octal21326627633403127534101
Binary1000101110110110101111101101110001100110111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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