#8BBDA6

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

Shades of Skeptic #8BBDA6

Tints of Skeptic #8BBDA6

Color information

#8BBDA6 (or 0x8BBDA6) is unknown color: approx Skeptic. HEX triplet: 8B, BD and A6. RGB value is (139,189,166). Sum of RGB (Red+Green+Blue) = 139+189+166=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBDA6 is #744259. Grayscale: #ABABAB. Windows color (decimal): -7619162 or 10927499. OLE color: 10927499.

HSL color Cylindrical-coordinate representation of color #8BBDA6: hue angle of 152.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBDA6 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB139189166-
CMYK0.2600.120.26
HSL152.4º27.47%64.31%-
HSV(B)152.4º26.46%74.12%-
XYZ35.7344.6442.81-
YUV171.43124.94104.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=28.14%
G=38.26%
B=33.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891660.2600.120.26152.427.4764.31
Hex8BBDA61A0C1A981b40
Octal213275246320143223033100
Binary10001011101111011010011011010011001101010011000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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