#8BCEBB

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

Shades of Bermuda #8BCEBB

Tints of Bermuda #8BCEBB

Color information

#8BCEBB (or 0x8BCEBB) is unknown color: approx Bermuda. HEX triplet: 8B, CE and BB. RGB value is (139,206,187). Sum of RGB (Red+Green+Blue) = 139+206+187=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEBB is #743144. Grayscale: #B7B7B7. Windows color (decimal): -7614789 or 12308107. OLE color: 12308107.

HSL color Cylindrical-coordinate representation of color #8BCEBB: hue angle of 162.99º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEBB is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB139206187-
CMYK0.3300.090.19
HSL162.99º40.61%67.65%-
HSV(B)162.99º32.52%80.78%-
XYZ41.6953.2255.09-
YUV183.8129.896.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.13%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=26.13%
G=38.72%
B=35.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061870.3300.090.19162.9940.6167.65
Hex8BCEBB210913a32944
Octal213316273410112324351104
Binary1000101111001110101110111000010100110011101000111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,187); }

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

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

 a { background-color: rgb(139,206,187); }

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

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

 span { border-color: rgb(139,206,187); }

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