#8CBABF

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

Shades of Botticelli #8CBABF

Tints of Botticelli #8CBABF

Color information

#8CBABF (or 0x8CBABF) is unknown color: approx Botticelli. HEX triplet: 8C, BA and BF. RGB value is (140,186,191). Sum of RGB (Red+Green+Blue) = 140+186+191=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBABF is #734540. Grayscale: #ACACAC. Windows color (decimal): -7554369 or 12565132. OLE color: 12565132.

HSL color Cylindrical-coordinate representation of color #8CBABF: hue angle of 185.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBABF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140186191-
CMYK0.270.0300.25
HSL185.88º28.49%64.9%-
HSV(B)185.88º26.7%74.9%-
XYZ37.7844.4555.88-
YUV172.82138.26104.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 191 (75% from 255) = 36.94%
R=27.08%
G=35.98%
B=36.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401861910.270.0300.25185.8828.4964.9
Hex8CBABF1B3019ba1c41
Octal21427227733303127234101
Binary100011001011101010111111110111101100110111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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