#8FBCBE

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

Shades of Botticelli #8FBCBE

Tints of Botticelli #8FBCBE

Color information

#8FBCBE (or 0x8FBCBE) is unknown color: approx Botticelli. HEX triplet: 8F, BC and BE. RGB value is (143,188,190). Sum of RGB (Red+Green+Blue) = 143+188+190=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCBE is #704341. Grayscale: #AEAEAE. Windows color (decimal): -7357250 or 12500111. OLE color: 12500111.

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

Color convert

RGB143188190-
CMYK0.250.0100.25
HSL182.55º26.55%65.29%-
HSV(B)182.55º24.74%74.51%-
XYZ38.6145.5255.47-
YUV174.77136.59105.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=27.45%
G=36.08%
B=36.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431881900.250.0100.25182.5526.5565.29
Hex8FBCBE191019b71b41
Octal21727427631103126733101
Binary10001111101111001011111011001101100110110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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