#8DCEBD

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

Shades of Bermuda #8DCEBD

Tints of Bermuda #8DCEBD

Color information

#8DCEBD (or 0x8DCEBD) is unknown color: approx Bermuda. HEX triplet: 8D, CE and BD. RGB value is (141,206,189). Sum of RGB (Red+Green+Blue) = 141+206+189=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEBD is #723142. Grayscale: #B8B8B8. Windows color (decimal): -7483715 or 12439181. OLE color: 12439181.

HSL color Cylindrical-coordinate representation of color #8DCEBD: hue angle of 164.31º 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 #8DCEBD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB141206189-
CMYK0.3200.080.19
HSL164.31º39.88%68.04%-
HSV(B)164.31º31.55%80.78%-
XYZ42.2453.4856.24-
YUV184.63130.4796.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=26.31%
G=38.43%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061890.3200.080.19164.3139.8868.04
Hex8DCEBD200813a42844
Octal215316275400102324450104
Binary1000110111001110101111011000000100010011101001001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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