#8DB0BE

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

Shades of Botticelli #8DB0BE

Tints of Botticelli #8DB0BE

Color information

#8DB0BE (or 0x8DB0BE) is unknown color: approx Botticelli. HEX triplet: 8D, B0 and BE. RGB value is (141,176,190). Sum of RGB (Red+Green+Blue) = 141+176+190=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0BE is #724F41. Grayscale: #A7A7A7. Windows color (decimal): -7491394 or 12497037. OLE color: 12497037.

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

Color convert

RGB141176190-
CMYK0.260.0700.25
HSL197.14º27.37%64.9%-
HSV(B)197.14º25.79%74.51%-
XYZ35.840.4354.63-
YUV167.13140.9109.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=27.81%
G=34.71%
B=37.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411761900.260.0700.25197.1427.3764.9
Hex8DB0BE1A7019c51b41
Octal21526027632703130533101
Binary1000110110110000101111101101011101100111000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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