#8FBDBE

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

Shades of Botticelli #8FBDBE

Tints of Botticelli #8FBDBE

Color information

#8FBDBE (or 0x8FBDBE) is unknown color: approx Botticelli. HEX triplet: 8F, BD and BE. RGB value is (143,189,190). Sum of RGB (Red+Green+Blue) = 143+189+190=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDBE is #704241. Grayscale: #AFAFAF. Windows color (decimal): -7356994 or 12500367. OLE color: 12500367.

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

Color convert

RGB143189190-
CMYK0.250.0100.25
HSL181.28º26.55%65.29%-
HSV(B)181.28º24.74%74.51%-
XYZ38.8245.9555.54-
YUV175.36136.26104.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.39%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=27.39%
G=36.21%
B=36.40%

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
Decimal1431891900.250.0100.25181.2826.5565.29
Hex8FBDBE191019b51b41
Octal21727527631103126533101
Binary10001111101111011011111011001101100110110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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