#8FBBBC

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

Shades of Botticelli #8FBBBC

Tints of Botticelli #8FBBBC

Color information

#8FBBBC (or 0x8FBBBC) is unknown color: approx Botticelli. HEX triplet: 8F, BB and BC. RGB value is (143,187,188). Sum of RGB (Red+Green+Blue) = 143+187+188=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBBC is #704443. Grayscale: #ADADAD. Windows color (decimal): -7357508 or 12368783. OLE color: 12368783.

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

Color convert

RGB143187188-
CMYK0.240.0100.26
HSL181.33º25.14%64.9%-
HSV(B)181.33º23.94%73.73%-
XYZ38.1845.0154.25-
YUV173.96135.92105.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=27.61%
G=36.10%
B=36.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431871880.240.0100.26181.3325.1464.9
Hex8FBBBC18101Ab51941
Octal21727327430103226531101
Binary10001111101110111011110011000101101010110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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