#8BADBA

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

Shades of Botticelli #8BADBA

Tints of Botticelli #8BADBA

Color information

#8BADBA (or 0x8BADBA) is unknown color: approx Botticelli. HEX triplet: 8B, AD and BA. RGB value is (139,173,186). Sum of RGB (Red+Green+Blue) = 139+173+186=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADBA is #745245. Grayscale: #A4A4A4. Windows color (decimal): -7623238 or 12234123. OLE color: 12234123.

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

Color convert

RGB139173186-
CMYK0.250.0700.27
HSL196.6º25.41%63.73%-
HSV(B)196.6º25.27%72.94%-
XYZ34.4538.9252.15-
YUV164.32140.24109.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=27.91%
G=34.74%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391731860.250.0700.27196.625.4163.73
Hex8BADBA19701Bc51940
Octal21325527231703330531100
Binary1000101110101101101110101100111101101111000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,186); }

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

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

 a { background-color: rgb(139,173,186); }

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

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

 span { border-color: rgb(139,173,186); }

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