#8BBDBE

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

Shades of Glacier #8BBDBE

Tints of Glacier #8BBDBE

Color information

#8BBDBE (or 0x8BBDBE) is unknown color: approx Glacier. HEX triplet: 8B, BD and BE. RGB value is (139,189,190). Sum of RGB (Red+Green+Blue) = 139+189+190=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDBE is #744241. Grayscale: #AEAEAE. Windows color (decimal): -7619138 or 12500363. OLE color: 12500363.

HSL color Cylindrical-coordinate representation of color #8BBDBE: hue angle of 181.18º 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 #8BBDBE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139189190-
CMYK0.270.0100.25
HSL181.18º28.18%64.51%-
HSV(B)181.18º26.84%74.51%-
XYZ38.1445.655.51-
YUV174.16136.94102.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.83%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=26.83%
G=36.49%
B=36.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391891900.270.0100.25181.1828.1864.51
Hex8BBDBE1B1019b51c41
Octal21327527633103126534101
Binary10001011101111011011111011011101100110110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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