#8DCCB9

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

Shades of Bermuda #8DCCB9

Tints of Bermuda #8DCCB9

Color information

#8DCCB9 (or 0x8DCCB9) is unknown color: approx Bermuda. HEX triplet: 8D, CC and B9. RGB value is (141,204,185). Sum of RGB (Red+Green+Blue) = 141+204+185=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCB9 is #723346. Grayscale: #B7B7B7. Windows color (decimal): -7484231 or 12176525. OLE color: 12176525.

HSL color Cylindrical-coordinate representation of color #8DCCB9: hue angle of 161.9º 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 #8DCCB9 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB141204185-
CMYK0.3100.090.2
HSL161.9º38.18%67.65%-
HSV(B)161.9º30.88%80%-
XYZ41.3352.3553.83-
YUV183129.1398.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=26.60%
G=38.49%
B=34.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041850.3100.090.2161.938.1867.65
Hex8DCCB91F0914a22644
Octal215314271370112424246104
Binary100011011100110010111001111110100110100101000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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