#8DCEBC

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

Shades of Bermuda #8DCEBC

Tints of Bermuda #8DCEBC

Color information

#8DCEBC (or 0x8DCEBC) is unknown color: approx Bermuda. HEX triplet: 8D, CE and BC. RGB value is (141,206,188). Sum of RGB (Red+Green+Blue) = 141+206+188=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEBC is #723143. Grayscale: #B8B8B8. Windows color (decimal): -7483716 or 12373645. OLE color: 12373645.

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

Color convert

RGB141206188-
CMYK0.3200.090.19
HSL163.38º39.88%68.04%-
HSV(B)163.38º31.55%80.78%-
XYZ42.1353.4455.67-
YUV184.51129.9796.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=26.36%
G=38.50%
B=35.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061880.3200.090.19163.3839.8868.04
Hex8DCEBC200913a32844
Octal215316274400112324350104
Binary1000110111001110101111001000000100110011101000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,188); }

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

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

 a { background-color: rgb(141,206,188); }

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

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

 span { border-color: rgb(141,206,188); }

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