#8DBABE

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

Shades of Botticelli #8DBABE

Tints of Botticelli #8DBABE

Color information

#8DBABE (or 0x8DBABE) is unknown color: approx Botticelli. HEX triplet: 8D, BA and BE. RGB value is (141,186,190). Sum of RGB (Red+Green+Blue) = 141+186+190=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBABE is #724541. Grayscale: #ACACAC. Windows color (decimal): -7488834 or 12499597. OLE color: 12499597.

HSL color Cylindrical-coordinate representation of color #8DBABE: hue angle of 184.9º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBABE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141186190-
CMYK0.260.0200.25
HSL184.9º27.37%64.9%-
HSV(B)184.9º25.79%74.51%-
XYZ37.8444.555.31-
YUV173137.59105.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.27%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=27.27%
G=35.98%
B=36.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411861900.260.0200.25184.927.3764.9
Hex8DBABE1A2019b91b41
Octal21527227632203127133101
Binary100011011011101010111110110101001100110111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,190); }

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

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

 a { background-color: rgb(141,186,190); }

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

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

 span { border-color: rgb(141,186,190); }

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