#8FB9BE

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

Shades of Botticelli #8FB9BE

Tints of Botticelli #8FB9BE

Color information

#8FB9BE (or 0x8FB9BE) is unknown color: approx Botticelli. HEX triplet: 8F, B9 and BE. RGB value is (143,185,190). Sum of RGB (Red+Green+Blue) = 143+185+190=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9BE is #704641. Grayscale: #ACACAC. Windows color (decimal): -7358018 or 12499343. OLE color: 12499343.

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

Color convert

RGB143185190-
CMYK0.250.0300.25
HSL186.38º26.55%65.29%-
HSV(B)186.38º24.74%74.51%-
XYZ37.9744.2655.26-
YUV173.01137.59106.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=27.61%
G=35.71%
B=36.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431851900.250.0300.25186.3826.5565.29
Hex8FB9BE193019ba1b41
Octal21727127631303127233101
Binary100011111011100110111110110011101100110111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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