#8FACB1

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

Shades of Botticelli #8FACB1

Tints of Botticelli #8FACB1

Color information

#8FACB1 (or 0x8FACB1) is unknown color: approx Botticelli. HEX triplet: 8F, AC and B1. RGB value is (143,172,177). Sum of RGB (Red+Green+Blue) = 143+172+177=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #8FACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACB1 is #70534E. Grayscale: #A3A3A3. Windows color (decimal): -7361359 or 11644047. OLE color: 11644047.

HSL color Cylindrical-coordinate representation of color #8FACB1: hue angle of 188.82º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FACB1 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143172177-
CMYK0.190.0300.31
HSL188.82º17.89%62.75%-
HSV(B)188.82º19.21%69.41%-
XYZ34.0238.5247.24-
YUV163.9135.39113.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=29.07%
G=34.96%
B=35.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431721770.190.0300.31188.8217.8962.75
Hex8FACB113301Fbd123f
Octal2172542612330372752277
Binary10001111101011001011000110011110111111011110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,172,177); }

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

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

 a { background-color: rgb(143,172,177); }

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

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

 span { border-color: rgb(143,172,177); }

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