#8CAAB1

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

Shades of Botticelli #8CAAB1

Tints of Botticelli #8CAAB1

Color information

#8CAAB1 (or 0x8CAAB1) is unknown color: approx Botticelli. HEX triplet: 8C, AA and B1. RGB value is (140,170,177). Sum of RGB (Red+Green+Blue) = 140+170+177=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #8CAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAB1 is #73554E. Grayscale: #A1A1A1. Windows color (decimal): -7558479 or 11643532. OLE color: 11643532.

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

Color convert

RGB140170177-
CMYK0.210.0400.31
HSL191.35º19.17%62.16%-
HSV(B)191.35º20.9%69.41%-
XYZ33.1337.547.09-
YUV161.83136.56112.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=28.75%
G=34.91%
B=36.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401701770.210.0400.31191.3519.1762.16
Hex8CAAB115401Fbf133e
Octal2142522612540372772376
Binary100011001010101010110001101011000111111011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,177); }

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

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

 a { background-color: rgb(140,170,177); }

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

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

 span { border-color: rgb(140,170,177); }

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