#8FB0BA

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

Shades of Botticelli #8FB0BA

Tints of Botticelli #8FB0BA

Color information

#8FB0BA (or 0x8FB0BA) is unknown color: approx Botticelli. HEX triplet: 8F, B0 and BA. RGB value is (143,176,186). Sum of RGB (Red+Green+Blue) = 143+176+186=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0BA is #704F45. Grayscale: #A7A7A7. Windows color (decimal): -7360326 or 12234895. OLE color: 12234895.

HSL color Cylindrical-coordinate representation of color #8FB0BA: hue angle of 193.95º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB0BA is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143176186-
CMYK0.230.0500.27
HSL193.95º23.76%64.51%-
HSV(B)193.95º23.12%72.94%-
XYZ35.7240.4452.38-
YUV167.27138.57110.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.32%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=28.32%
G=34.85%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431761860.230.0500.27193.9523.7664.51
Hex8FB0BA17501Bc21841
Octal21726027227503330230101
Binary1000111110110000101110101011110101101111000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,186); }

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

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

 a { background-color: rgb(143,176,186); }

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

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

 span { border-color: rgb(143,176,186); }

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