#8FB2BA

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

Shades of Botticelli #8FB2BA

Tints of Botticelli #8FB2BA

Color information

#8FB2BA (or 0x8FB2BA) is unknown color: approx Botticelli. HEX triplet: 8F, B2 and BA. RGB value is (143,178,186). Sum of RGB (Red+Green+Blue) = 143+178+186=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2BA is #704D45. Grayscale: #A8A8A8. Windows color (decimal): -7359814 or 12235407. OLE color: 12235407.

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

Color convert

RGB143178186-
CMYK0.230.0400.27
HSL191.16º23.76%64.51%-
HSV(B)191.16º23.12%72.94%-
XYZ36.1141.2352.51-
YUV168.45137.9109.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.21%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=28.21%
G=35.11%
B=36.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431781860.230.0400.27191.1623.7664.51
Hex8FB2BA17401Bbf1841
Octal21726227227403327730101
Binary1000111110110010101110101011110001101110111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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