#8FBBBE

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

Shades of Botticelli #8FBBBE

Tints of Botticelli #8FBBBE

Color information

#8FBBBE (or 0x8FBBBE) is unknown color: approx Botticelli. HEX triplet: 8F, BB and BE. RGB value is (143,187,190). Sum of RGB (Red+Green+Blue) = 143+187+190=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBBE is #704441. Grayscale: #AEAEAE. Windows color (decimal): -7357506 or 12499855. OLE color: 12499855.

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

Color convert

RGB143187190-
CMYK0.250.0200.25
HSL183.83º26.55%65.29%-
HSV(B)183.83º24.74%74.51%-
XYZ38.3945.155.4-
YUV174.19136.92105.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=27.5%
G=35.96%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431871900.250.0200.25183.8326.5565.29
Hex8FBBBE192019b81b41
Octal21727327631203127033101
Binary100011111011101110111110110011001100110111000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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