#8CB0BB

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

Shades of Botticelli #8CB0BB

Tints of Botticelli #8CB0BB

Color information

#8CB0BB (or 0x8CB0BB) is unknown color: approx Botticelli. HEX triplet: 8C, B0 and BB. RGB value is (140,176,187). Sum of RGB (Red+Green+Blue) = 140+176+187=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0BB is #734F44. Grayscale: #A6A6A6. Windows color (decimal): -7556933 or 12300428. OLE color: 12300428.

HSL color Cylindrical-coordinate representation of color #8CB0BB: hue angle of 194.04º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CB0BB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140176187-
CMYK0.250.0600.27
HSL194.04º25.68%64.12%-
HSV(B)194.04º25.13%73.33%-
XYZ35.3140.2152.91-
YUV166.49139.57109.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=27.83%
G=34.99%
B=37.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401761870.250.0600.27194.0425.6864.12
Hex8CB0BB19601Bc21a40
Octal21426027331603330232100
Binary1000110010110000101110111100111001101111000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,187); }

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

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

 a { background-color: rgb(140,176,187); }

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

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

 span { border-color: rgb(140,176,187); }

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