#8CABB1

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

Shades of Botticelli #8CABB1

Tints of Botticelli #8CABB1

Color information

#8CABB1 (or 0x8CABB1) is unknown color: approx Botticelli. HEX triplet: 8C, AB and B1. RGB value is (140,171,177). Sum of RGB (Red+Green+Blue) = 140+171+177=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 177 - color contains mainly: blue. Hex color #8CABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABB1 is #73544E. Grayscale: #A2A2A2. Windows color (decimal): -7558223 or 11643788. OLE color: 11643788.

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

Color convert

RGB140171177-
CMYK0.210.0300.31
HSL189.73º19.17%62.16%-
HSV(B)189.73º20.9%69.41%-
XYZ33.3137.8847.15-
YUV162.42136.23112.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.69%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=28.69%
G=35.04%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401711770.210.0300.31189.7319.1762.16
Hex8CABB115301Fbe133e
Octal2142532612530372762376
Binary10001100101010111011000110101110111111011111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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