#8DCCBE

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

Shades of Bermuda #8DCCBE

Tints of Bermuda #8DCCBE

Color information

#8DCCBE (or 0x8DCCBE) is unknown color: approx Bermuda. HEX triplet: 8D, CC and BE. RGB value is (141,204,190). Sum of RGB (Red+Green+Blue) = 141+204+190=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCBE is #723341. Grayscale: #B7B7B7. Windows color (decimal): -7484226 or 12504205. OLE color: 12504205.

HSL color Cylindrical-coordinate representation of color #8DCCBE: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCBE is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB141204190-
CMYK0.3100.070.2
HSL166.67º38.18%67.65%-
HSV(B)166.67º30.88%80%-
XYZ41.8752.5756.65-
YUV183.57131.6397.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=26.36%
G=38.13%
B=35.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041900.3100.070.2166.6738.1867.65
Hex8DCCBE1F0714a72644
Octal21531427637072424746104
Binary10001101110011001011111011111011110100101001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,190); }

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

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

 a { background-color: rgb(141,204,190); }

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

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

 span { border-color: rgb(141,204,190); }

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