#8CACBA

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

Shades of Botticelli #8CACBA

Tints of Botticelli #8CACBA

Color information

#8CACBA (or 0x8CACBA) is unknown color: approx Botticelli. HEX triplet: 8C, AC and BA. RGB value is (140,172,186). Sum of RGB (Red+Green+Blue) = 140+172+186=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACBA is #735345. Grayscale: #A3A3A3. Windows color (decimal): -7557958 or 12233868. OLE color: 12233868.

HSL color Cylindrical-coordinate representation of color #8CACBA: hue angle of 198.26º 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 #8CACBA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140172186-
CMYK0.250.0800.27
HSL198.26º25%63.92%-
HSV(B)198.26º24.73%72.94%-
XYZ34.4338.6352.1-
YUV164.03140.4110.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.11%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=28.11%
G=34.54%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401721860.250.0800.27198.262563.92
Hex8CACBA19801Bc61940
Octal214254272311003330631100
Binary10001100101011001011101011001100001101111000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,172,186); }

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

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

 a { background-color: rgb(140,172,186); }

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

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

 span { border-color: rgb(140,172,186); }

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