#8BAEB2

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

Shades of Botticelli #8BAEB2

Tints of Botticelli #8BAEB2

Color information

#8BAEB2 (or 0x8BAEB2) is unknown color: approx Botticelli. HEX triplet: 8B, AE and B2. RGB value is (139,174,178). Sum of RGB (Red+Green+Blue) = 139+174+178=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #8BAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAEB2 is #74514D. Grayscale: #A3A3A3. Windows color (decimal): -7622990 or 11710091. OLE color: 11710091.

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

Color convert

RGB139174178-
CMYK0.220.0200.30
HSL186.15º20.21%62.16%-
HSV(B)186.15º21.91%69.8%-
XYZ33.8238.9847.86-
YUV163.99135.9110.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=28.31%
G=35.44%
B=36.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391741780.220.0200.30186.1520.2162.16
Hex8BAEB216201Eba143e
Octal2132562622620362722476
Binary10001011101011101011001010110100111101011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,174,178); }

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

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

 a { background-color: rgb(139,174,178); }

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

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

 span { border-color: rgb(139,174,178); }

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