#8CBCBE

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

Shades of Botticelli #8CBCBE

Tints of Botticelli #8CBCBE

Color information

#8CBCBE (or 0x8CBCBE) is unknown color: approx Botticelli. HEX triplet: 8C, BC and BE. RGB value is (140,188,190). Sum of RGB (Red+Green+Blue) = 140+188+190=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCBE is #734341. Grayscale: #ADADAD. Windows color (decimal): -7553858 or 12500108. OLE color: 12500108.

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

Color convert

RGB140188190-
CMYK0.260.0100.25
HSL182.4º27.78%64.71%-
HSV(B)182.4º26.32%74.51%-
XYZ38.0945.2655.44-
YUV173.88137.1103.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=27.03%
G=36.29%
B=36.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401881900.260.0100.25182.427.7864.71
Hex8CBCBE1A1019b61c41
Octal21427427632103126634101
Binary10001100101111001011111011010101100110110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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