#8CAEBC

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

Shades of Botticelli #8CAEBC

Tints of Botticelli #8CAEBC

Color information

#8CAEBC (or 0x8CAEBC) is unknown color: approx Botticelli. HEX triplet: 8C, AE and BC. RGB value is (140,174,188). Sum of RGB (Red+Green+Blue) = 140+174+188=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEBC is #735143. Grayscale: #A5A5A5. Windows color (decimal): -7557444 or 12365452. OLE color: 12365452.

HSL color Cylindrical-coordinate representation of color #8CAEBC: hue angle of 197.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAEBC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140174188-
CMYK0.260.0700.26
HSL197.5º26.37%64.31%-
HSV(B)197.5º25.53%73.73%-
XYZ35.0339.4853.35-
YUV165.43140.74109.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.89%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=27.89%
G=34.66%
B=37.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401741880.260.0700.26197.526.3764.31
Hex8CAEBC1A701Ac61a40
Octal21425627432703230632100
Binary1000110010101110101111001101011101101011000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,188); }

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

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

 a { background-color: rgb(140,174,188); }

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

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

 span { border-color: rgb(140,174,188); }

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