#8CB1BA

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

Shades of Botticelli #8CB1BA

Tints of Botticelli #8CB1BA

Color information

#8CB1BA (or 0x8CB1BA) is unknown color: approx Botticelli. HEX triplet: 8C, B1 and BA. RGB value is (140,177,186). Sum of RGB (Red+Green+Blue) = 140+177+186=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1BA is #734E45. Grayscale: #A6A6A6. Windows color (decimal): -7556678 or 12235148. OLE color: 12235148.

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

Color convert

RGB140177186-
CMYK0.250.0500.27
HSL191.74º25%63.92%-
HSV(B)191.74º24.73%72.94%-
XYZ35.440.5652.42-
YUV166.96138.74108.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=27.83%
G=35.19%
B=36.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401771860.250.0500.27191.742563.92
Hex8CB1BA19501Bc01940
Octal21426127231503330031100
Binary1000110010110001101110101100110101101111000000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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