#8CBDBF

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

Shades of Botticelli #8CBDBF

Tints of Botticelli #8CBDBF

Color information

#8CBDBF (or 0x8CBDBF) is unknown color: approx Botticelli. HEX triplet: 8C, BD and BF. RGB value is (140,189,191). Sum of RGB (Red+Green+Blue) = 140+189+191=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDBF is #734240. Grayscale: #AEAEAE. Windows color (decimal): -7553601 or 12565900. OLE color: 12565900.

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

Color convert

RGB140189191-
CMYK0.270.0100.25
HSL182.35º28.49%64.9%-
HSV(B)182.35º26.7%74.9%-
XYZ38.4245.7356.09-
YUV174.58137.27103.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.92%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 191 (75% from 255) = 36.73%
R=26.92%
G=36.35%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401891910.270.0100.25182.3528.4964.9
Hex8CBDBF1B1019b61c41
Octal21427527733103126634101
Binary10001100101111011011111111011101100110110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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