#8BD1BD

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

Shades of Bermuda #8BD1BD

Tints of Bermuda #8BD1BD

Color information

#8BD1BD (or 0x8BD1BD) is unknown color: approx Bermuda. HEX triplet: 8B, D1 and BD. RGB value is (139,209,189). Sum of RGB (Red+Green+Blue) = 139+209+189=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD1BD is #742E42. Grayscale: #B9B9B9. Windows color (decimal): -7614019 or 12439947. OLE color: 12439947.

HSL color Cylindrical-coordinate representation of color #8BD1BD: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD1BD is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB139209189-
CMYK0.3300.100.18
HSL162.86º43.21%68.24%-
HSV(B)162.86º33.49%81.96%-
XYZ42.6354.7656.47-
YUV185.79129.8194.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.88%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=25.88%
G=38.92%
B=35.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091890.3300.100.18162.8643.2168.24
Hex8BD1BD210A12a32b44
Octal213321275410122224353104
Binary1000101111010001101111011000010101010010101000111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,189); }

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

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

 a { background-color: rgb(139,209,189); }

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

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

 span { border-color: rgb(139,209,189); }

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