#8BA9B1

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

Shades of Botticelli #8BA9B1

Tints of Botticelli #8BA9B1

Color information

#8BA9B1 (or 0x8BA9B1) is unknown color: approx Botticelli. HEX triplet: 8B, A9 and B1. RGB value is (139,169,177). Sum of RGB (Red+Green+Blue) = 139+169+177=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 177 - color contains mainly: blue. Hex color #8BA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA9B1 is #74564E. Grayscale: #A0A0A0. Windows color (decimal): -7624271 or 11643275. OLE color: 11643275.

HSL color Cylindrical-coordinate representation of color #8BA9B1: hue angle of 192.63º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BA9B1 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139169177-
CMYK0.210.0500.31
HSL192.63º19.59%61.96%-
HSV(B)192.63º21.47%69.41%-
XYZ32.7737.0447.02-
YUV160.94137.06112.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=28.66%
G=34.85%
B=36.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391691770.210.0500.31192.6319.5961.96
Hex8BA9B115501Fc1143e
Octal2132512612550373012476
Binary100010111010100110110001101011010111111100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,169,177); }

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

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

 a { background-color: rgb(139,169,177); }

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

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

 span { border-color: rgb(139,169,177); }

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