#8BABB1

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

Shades of Botticelli #8BABB1

Tints of Botticelli #8BABB1

Color information

#8BABB1 (or 0x8BABB1) is unknown color: approx Botticelli. HEX triplet: 8B, AB and B1. RGB value is (139,171,177). Sum of RGB (Red+Green+Blue) = 139+171+177=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #8BABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BABB1 is #74544E. Grayscale: #A2A2A2. Windows color (decimal): -7623759 or 11643787. OLE color: 11643787.

HSL color Cylindrical-coordinate representation of color #8BABB1: hue angle of 189.47º 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 #8BABB1 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139171177-
CMYK0.210.0300.31
HSL189.47º19.59%61.96%-
HSV(B)189.47º21.47%69.41%-
XYZ33.1537.7947.14-
YUV162.12136.4111.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=28.54%
G=35.11%
B=36.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391711770.210.0300.31189.4719.5961.96
Hex8BABB115301Fbd143e
Octal2132532612530372752476
Binary10001011101010111011000110101110111111011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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