#8CBCBD

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

Shades of Botticelli #8CBCBD

Tints of Botticelli #8CBCBD

Color information

#8CBCBD (or 0x8CBCBD) is unknown color: approx Botticelli. HEX triplet: 8C, BC and BD. RGB value is (140,188,189). Sum of RGB (Red+Green+Blue) = 140+188+189=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCBD is #734342. Grayscale: #ADADAD. Windows color (decimal): -7553859 or 12434572. OLE color: 12434572.

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

Color convert

RGB140188189-
CMYK0.260.0100.26
HSL181.22º27.07%64.51%-
HSV(B)181.22º25.93%74.12%-
XYZ37.9845.2254.87-
YUV173.76136.6103.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=27.08%
G=36.36%
B=36.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881890.260.0100.26181.2227.0764.51
Hex8CBCBD1A101Ab51b41
Octal21427427532103226533101
Binary10001100101111001011110111010101101010110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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