#8BA7AF

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

Shades of Botticelli #8BA7AF

Tints of Botticelli #8BA7AF

Color information

#8BA7AF (or 0x8BA7AF) is unknown color: approx Botticelli. HEX triplet: 8B, A7 and AF. RGB value is (139,167,175). Sum of RGB (Red+Green+Blue) = 139+167+175=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #8BA7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA7AF is #745850. Grayscale: #9F9F9F. Windows color (decimal): -7624785 or 11511691. OLE color: 11511691.

HSL color Cylindrical-coordinate representation of color #8BA7AF: hue angle of 193.33º degrees, saturation: 0.18, 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 #8BA7AF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139167175-
CMYK0.210.0500.31
HSL193.33º18.37%61.57%-
HSV(B)193.33º20.57%68.63%-
XYZ32.236.2245.85-
YUV159.54136.72113.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=28.90%
G=34.72%
B=36.38%

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
Decimal1391671750.210.0500.31193.3318.3761.57
Hex8BA7AF15501Fc1123e
Octal2132472572550373012276
Binary100010111010011110101111101011010111111100000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,167,175); }

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

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

 a { background-color: rgb(139,167,175); }

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

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

 span { border-color: rgb(139,167,175); }

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