#8FB7BC

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

Shades of Botticelli #8FB7BC

Tints of Botticelli #8FB7BC

Color information

#8FB7BC (or 0x8FB7BC) is unknown color: approx Botticelli. HEX triplet: 8F, B7 and BC. RGB value is (143,183,188). Sum of RGB (Red+Green+Blue) = 143+183+188=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7BC is #704843. Grayscale: #ABABAB. Windows color (decimal): -7358532 or 12367759. OLE color: 12367759.

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

Color convert

RGB143183188-
CMYK0.240.0300.26
HSL186.67º25.14%64.9%-
HSV(B)186.67º23.94%73.73%-
XYZ37.3443.3453.97-
YUV171.61137.25107.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=27.82%
G=35.60%
B=36.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431831880.240.0300.26186.6725.1464.9
Hex8FB7BC18301Abb1941
Octal21726727430303227331101
Binary100011111011011110111100110001101101010111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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