#8DBABB

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

Shades of Botticelli #8DBABB

Tints of Botticelli #8DBABB

Color information

#8DBABB (or 0x8DBABB) is unknown color: approx Botticelli. HEX triplet: 8D, BA and BB. RGB value is (141,186,187). Sum of RGB (Red+Green+Blue) = 141+186+187=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBABB is #724544. Grayscale: #ACACAC. Windows color (decimal): -7488837 or 12302989. OLE color: 12302989.

HSL color Cylindrical-coordinate representation of color #8DBABB: hue angle of 181.3º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBABB is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141186187-
CMYK0.250.0100.27
HSL181.3º25.27%64.31%-
HSV(B)181.3º24.6%73.33%-
XYZ37.5144.3753.6-
YUV172.66136.09105.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.43%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=27.43%
G=36.19%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861870.250.0100.27181.325.2764.31
Hex8DBABB19101Bb51940
Octal21527227331103326531100
Binary10001101101110101011101111001101101110110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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