#8CB6BE

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

Shades of Botticelli #8CB6BE

Tints of Botticelli #8CB6BE

Color information

#8CB6BE (or 0x8CB6BE) is unknown color: approx Botticelli. HEX triplet: 8C, B6 and BE. RGB value is (140,182,190). Sum of RGB (Red+Green+Blue) = 140+182+190=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6BE is #734941. Grayscale: #AAAAAA. Windows color (decimal): -7555394 or 12498572. OLE color: 12498572.

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

Color convert

RGB140182190-
CMYK0.260.0400.25
HSL189.6º27.78%64.71%-
HSV(B)189.6º26.32%74.51%-
XYZ36.8442.7555.03-
YUV170.35139.09106.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.34%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=27.34%
G=35.55%
B=37.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401821900.260.0400.25189.627.7864.71
Hex8CB6BE1A4019be1c41
Octal21426627632403127634101
Binary1000110010110110101111101101010001100110111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,190); }

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

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

 a { background-color: rgb(140,182,190); }

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

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

 span { border-color: rgb(140,182,190); }

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