#8BADB1

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

Shades of Botticelli #8BADB1

Tints of Botticelli #8BADB1

Color information

#8BADB1 (or 0x8BADB1) is unknown color: approx Botticelli. HEX triplet: 8B, AD and B1. RGB value is (139,173,177). Sum of RGB (Red+Green+Blue) = 139+173+177=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #8BADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BADB1 is #74524E. Grayscale: #A3A3A3. Windows color (decimal): -7623247 or 11644299. OLE color: 11644299.

HSL color Cylindrical-coordinate representation of color #8BADB1: hue angle of 186.32º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BADB1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139173177-
CMYK0.210.0200.31
HSL186.32º19.59%61.96%-
HSV(B)186.32º21.47%69.41%-
XYZ33.5338.5547.27-
YUV163.29135.74110.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=28.43%
G=35.38%
B=36.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391731770.210.0200.31186.3219.5961.96
Hex8BADB115201Fba143e
Octal2132552612520372722476
Binary10001011101011011011000110101100111111011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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