#8BCAC6

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

Shades of Bermuda #8BCAC6

Tints of Bermuda #8BCAC6

Color information

#8BCAC6 (or 0x8BCAC6) is unknown color: approx Bermuda. HEX triplet: 8B, CA and C6. RGB value is (139,202,198). Sum of RGB (Red+Green+Blue) = 139+202+198=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAC6 is #743539. Grayscale: #B6B6B6. Windows color (decimal): -7615802 or 13027979. OLE color: 13027979.

HSL color Cylindrical-coordinate representation of color #8BCAC6: hue angle of 176.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCAC6 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB139202198-
CMYK0.3100.020.21
HSL176.19º37.28%66.86%-
HSV(B)176.19º31.19%79.22%-
XYZ41.9651.8161.21-
YUV182.71136.6396.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 198 (77.73% from 255) = 36.73%
R=25.79%
G=37.48%
B=36.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021980.3100.020.21176.1937.2866.86
Hex8BCAC61F0215b02543
Octal21331230637022526045103
Binary1000101111001010110001101111101010101101100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,198); }

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

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

 a { background-color: rgb(139,202,198); }

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

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

 span { border-color: rgb(139,202,198); }

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