#8FB8BC

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

Shades of Botticelli #8FB8BC

Tints of Botticelli #8FB8BC

Color information

#8FB8BC (or 0x8FB8BC) is unknown color: approx Botticelli. HEX triplet: 8F, B8 and BC. RGB value is (143,184,188). Sum of RGB (Red+Green+Blue) = 143+184+188=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8BC is #704743. Grayscale: #ACACAC. Windows color (decimal): -7358276 or 12368015. OLE color: 12368015.

HSL color Cylindrical-coordinate representation of color #8FB8BC: hue angle of 185.33º 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 #8FB8BC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143184188-
CMYK0.240.0200.26
HSL185.33º25.14%64.9%-
HSV(B)185.33º23.94%73.73%-
XYZ37.5543.7554.04-
YUV172.2136.92107.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.77%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=27.77%
G=35.73%
B=36.50%

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
Decimal1431841880.240.0200.26185.3325.1464.9
Hex8FB8BC18201Ab91941
Octal21727027430203227131101
Binary100011111011100010111100110001001101010111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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