#8FB1BE

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

Shades of Botticelli #8FB1BE

Tints of Botticelli #8FB1BE

Color information

#8FB1BE (or 0x8FB1BE) is unknown color: approx Botticelli. HEX triplet: 8F, B1 and BE. RGB value is (143,177,190). Sum of RGB (Red+Green+Blue) = 143+177+190=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1BE is #704E41. Grayscale: #A8A8A8. Windows color (decimal): -7360066 or 12497295. OLE color: 12497295.

HSL color Cylindrical-coordinate representation of color #8FB1BE: hue angle of 196.6º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FB1BE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143177190-
CMYK0.250.0700.25
HSL196.6º26.55%65.29%-
HSV(B)196.6º24.74%74.51%-
XYZ36.344154.71-
YUV168.32140.24109.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.04%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=28.04%
G=34.71%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431771900.250.0700.25196.626.5565.29
Hex8FB1BE197019c51b41
Octal21726127631703130533101
Binary1000111110110001101111101100111101100111000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,190); }

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

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

 a { background-color: rgb(143,177,190); }

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

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

 span { border-color: rgb(143,177,190); }

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