#8BACB9

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

Shades of Botticelli #8BACB9

Tints of Botticelli #8BACB9

Color information

#8BACB9 (or 0x8BACB9) is unknown color: approx Botticelli. HEX triplet: 8B, AC and B9. RGB value is (139,172,185). Sum of RGB (Red+Green+Blue) = 139+172+185=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACB9 is #745346. Grayscale: #A3A3A3. Windows color (decimal): -7623495 or 12168331. OLE color: 12168331.

HSL color Cylindrical-coordinate representation of color #8BACB9: hue angle of 196.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BACB9 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139172185-
CMYK0.250.0700.27
HSL196.96º24.73%63.53%-
HSV(B)196.96º24.86%72.55%-
XYZ34.1638.551.53-
YUV163.62140.07110.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=28.02%
G=34.68%
B=37.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391721850.250.0700.27196.9624.7363.53
Hex8BACB919701Bc51940
Octal21325427131703330531100
Binary1000101110101100101110011100111101101111000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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