#8DACB1

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

Shades of Botticelli #8DACB1

Tints of Botticelli #8DACB1

Color information

#8DACB1 (or 0x8DACB1) is unknown color: approx Botticelli. HEX triplet: 8D, AC and B1. RGB value is (141,172,177). Sum of RGB (Red+Green+Blue) = 141+172+177=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #8DACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DACB1 is #72534E. Grayscale: #A3A3A3. Windows color (decimal): -7492431 or 11644045. OLE color: 11644045.

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

Color convert

RGB141172177-
CMYK0.200.0300.31
HSL188.33º18.75%62.35%-
HSV(B)188.33º20.34%69.41%-
XYZ33.6738.3447.22-
YUV163.3135.73112.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=28.78%
G=35.10%
B=36.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411721770.200.0300.31188.3318.7562.35
Hex8DACB114301Fbc133e
Octal2152542612430372742376
Binary10001101101011001011000110100110111111011110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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