#8CB1BF

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

Shades of Botticelli #8CB1BF

Tints of Botticelli #8CB1BF

Color information

#8CB1BF (or 0x8CB1BF) is unknown color: approx Botticelli. HEX triplet: 8C, B1 and BF. RGB value is (140,177,191). Sum of RGB (Red+Green+Blue) = 140+177+191=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1BF is #734E40. Grayscale: #A7A7A7. Windows color (decimal): -7556673 or 12562828. OLE color: 12562828.

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

Color convert

RGB140177191-
CMYK0.270.0700.25
HSL196.47º28.49%64.9%-
HSV(B)196.47º26.7%74.9%-
XYZ35.9440.7855.27-
YUV167.53141.24108.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 191 (75% from 255) = 37.60%
R=27.56%
G=34.84%
B=37.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401771910.270.0700.25196.4728.4964.9
Hex8CB1BF1B7019c41c41
Octal21426127733703130434101
Binary1000110010110001101111111101111101100111000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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