#8FB9BC

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

Shades of Botticelli #8FB9BC

Tints of Botticelli #8FB9BC

Color information

#8FB9BC (or 0x8FB9BC) is unknown color: approx Botticelli. HEX triplet: 8F, B9 and BC. RGB value is (143,185,188). Sum of RGB (Red+Green+Blue) = 143+185+188=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FB9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9BC is #704643. Grayscale: #ACACAC. Windows color (decimal): -7358020 or 12368271. OLE color: 12368271.

HSL color Cylindrical-coordinate representation of color #8FB9BC: hue angle of 184º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FB9BC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143185188-
CMYK0.240.0200.26
HSL184º25.14%64.9%-
HSV(B)184º23.94%73.73%-
XYZ37.7544.1754.11-
YUV172.78136.59106.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=27.71%
G=35.85%
B=36.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431851880.240.0200.2618425.1464.9
Hex8FB9BC18201Ab81941
Octal21727127430203227031101
Binary100011111011100110111100110001001101010111000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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