#8BB3BE

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

Shades of Botticelli #8BB3BE

Tints of Botticelli #8BB3BE

Color information

#8BB3BE (or 0x8BB3BE) is unknown color: approx Botticelli. HEX triplet: 8B, B3 and BE. RGB value is (139,179,190). Sum of RGB (Red+Green+Blue) = 139+179+190=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3BE is #744C41. Grayscale: #A8A8A8. Windows color (decimal): -7621698 or 12497803. OLE color: 12497803.

HSL color Cylindrical-coordinate representation of color #8BB3BE: hue angle of 192.94º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB3BE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139179190-
CMYK0.270.0600.25
HSL192.94º28.18%64.51%-
HSV(B)192.94º26.84%74.51%-
XYZ36.0641.4554.81-
YUV168.29140.25107.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=27.36%
G=35.24%
B=37.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391791900.270.0600.25192.9428.1864.51
Hex8BB3BE1B6019c11c41
Octal21326327633603130134101
Binary1000101110110011101111101101111001100111000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,179,190); }

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

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

 a { background-color: rgb(139,179,190); }

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

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

 span { border-color: rgb(139,179,190); }

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