#8BAEB8

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

Shades of Botticelli #8BAEB8

Tints of Botticelli #8BAEB8

Color information

#8BAEB8 (or 0x8BAEB8) is unknown color: approx Botticelli. HEX triplet: 8B, AE and B8. RGB value is (139,174,184). Sum of RGB (Red+Green+Blue) = 139+174+184=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 184 - color contains mainly: blue. Hex color #8BAEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEB8 is #745147. Grayscale: #A4A4A4. Windows color (decimal): -7622984 or 12103307. OLE color: 12103307.

HSL color Cylindrical-coordinate representation of color #8BAEB8: hue angle of 193.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BAEB8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB139174184-
CMYK0.240.0500.28
HSL193.33º24.06%63.33%-
HSV(B)193.33º24.46%72.16%-
XYZ34.4439.2251.1-
YUV164.68138.9109.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.97%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 184 (72.27% from 255) = 37.02%
R=27.97%
G=35.01%
B=37.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391741840.240.0500.28193.3324.0663.33
Hex8BAEB818501Cc1183f
Octal2132562703050343013077
Binary100010111010111010111000110001010111001100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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