#8BC9BE

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

Shades of Bermuda #8BC9BE

Tints of Bermuda #8BC9BE

Color information

#8BC9BE (or 0x8BC9BE) is unknown color: approx Bermuda. HEX triplet: 8B, C9 and BE. RGB value is (139,201,190). Sum of RGB (Red+Green+Blue) = 139+201+190=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC9BE is #743641. Grayscale: #B5B5B5. Windows color (decimal): -7616066 or 12503435. OLE color: 12503435.

HSL color Cylindrical-coordinate representation of color #8BC9BE: hue angle of 169.35º degrees, saturation: 0.36, 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 #8BC9BE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB139201190-
CMYK0.3100.050.21
HSL169.35º36.47%66.67%-
HSV(B)169.35º30.85%78.82%-
XYZ40.8350.9856.4-
YUV181.21132.9697.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=26.23%
G=37.92%
B=35.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392011900.3100.050.21169.3536.4766.67
Hex8BC9BE1F0515a92443
Octal21331127637052525144103
Binary10001011110010011011111011111010110101101010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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